You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -469,28 +469,29 @@ _Libraries for serializing complex data types._
469
469
470
470
_Libraries for data analysis._
471
471
472
+
-[aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) - Pandas on AWS.
473
+
-[datasette](https://github.com/simonw/datasette) - An open source multi-tool for exploring and publishing data.
474
+
-[data-profiling](https://github.com/Data-Centric-AI-Community/data-profiling) - Generate detailed data profiling reports for pandas DataFrames.
475
+
-[desbordante](https://github.com/desbordante/desbordante-core/) - An open source data profiler for complex pattern discovery.
476
+
-[ibis](https://github.com/ibis-project/ibis) - A portable Python dataframe library with a single API for 20+ backends.
477
+
-[modin](https://github.com/modin-project/modin) - A drop-in pandas replacement that scales workflows by changing a single line of code.
478
+
-[pandas](https://github.com/pandas-dev/pandas) - A library providing high-performance, easy-to-use data structures and data analysis tools.
479
+
-[pathway](https://github.com/pathwaycom/pathway) - Real-time data processing framework for Python with reactive dataflows.
480
+
-[polars](https://github.com/pola-rs/polars) - A fast DataFrame library implemented in Rust with a Python API.
481
+
482
+
483
+
### Data Ingestion / ETL
484
+
485
+
_Libraries for data extraction, transformation, and loading pipelines across multiple sources and destinations._
486
+
472
487
- General
473
-
-[aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) - Pandas on AWS.
474
-
-[datasette](https://github.com/simonw/datasette) - An open source multi-tool for exploring and publishing data.
475
-
-[data-profiling](https://github.com/Data-Centric-AI-Community/data-profiling) - Generate detailed data profiling reports for pandas DataFrames.
476
-
-[desbordante](https://github.com/desbordante/desbordante-core/) - An open source data profiler for complex pattern discovery.
477
-
-[ibis](https://github.com/ibis-project/ibis) - A portable Python dataframe library with a single API for 20+ backends.
478
-
-[modin](https://github.com/modin-project/modin) - A drop-in pandas replacement that scales workflows by changing a single line of code.
479
-
-[pandas](https://github.com/pandas-dev/pandas) - A library providing high-performance, easy-to-use data structures and data analysis tools.
480
-
-[pathway](https://github.com/pathwaycom/pathway) - Real-time data processing framework for Python with reactive dataflows.
481
-
-[polars](https://github.com/pola-rs/polars) - A fast DataFrame library implemented in Rust with a Python API.
488
+
-[dlt](https://github.com/dlt-hub/dlt) - A Python library for building data pipelines with automatic schema inference, incremental loading, and support for multiple sources and destinations.
482
489
- Financial Data
483
490
-[akshare](https://github.com/akfamily/akshare) - A financial data interface library, built for human beings!
484
491
-[edgartools](https://github.com/dgunning/edgartools) - Library for downloading structured data from SEC EDGAR filings and XBRL financial statements.
485
492
-[lumibot](https://github.com/Lumiwealth/lumibot) - Algorithmic trading framework for backtesting and live deployment across stocks, options, crypto, futures, and forex.
486
493
-[openbb](https://github.com/OpenBB-finance/OpenBB) - A financial data platform for analysts, quants and AI agents.
487
494
-[yfinance](https://github.com/ranaroussi/yfinance) - Easy Pythonic way to download market and financial data from Yahoo Finance.
488
-
489
-
### Data Ingestion / ETL
490
-
491
-
_Libraries for extracting data from external sources and loading it into databases, warehouses, and lakehouses._
492
-
493
-
-[dlt](https://github.com/dlt-hub/dlt) - A Python library for building data pipelines with automatic schema inference, incremental loading, and support for multiple sources and destinations.
0 commit comments