Skip to content

Commit cbc193a

Browse files
Merge pull request vinta#3122 from dat-a-man/master
Added project dlt
2 parents 06b0243 + 04abb89 commit cbc193a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ An opinionated guide to the best Python frameworks, libraries, tools, and resour
5050
**Data & Science**
5151

5252
- [Data Analysis](#data-analysis)
53+
- [Data Ingestion / ETL](#data-ingestion--etl)
5354
- [Data Validation](#data-validation)
5455
- [Data Visualization](#data-visualization)
5556
- [Geolocation](#geolocation)
@@ -484,6 +485,12 @@ _Libraries for data analysis._
484485
- [lumibot](https://github.com/Lumiwealth/lumibot) - Algorithmic trading framework for backtesting and live deployment across stocks, options, crypto, futures, and forex.
485486
- [openbb](https://github.com/OpenBB-finance/OpenBB) - A financial data platform for analysts, quants and AI agents.
486487
- [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.
487494

488495
### Data Validation
489496

0 commit comments

Comments
 (0)