Hi 👋
🧙 dltHub is the creator of data load tool (see Colab demo)
🛠️ data load tool (dlt) is an open source Python library that makes data loading easy
- Automatically turn the JSON returned by any API into a live dataset stored wherever you want it
pip install dlt
and then includeimport dlt
to use it in your Python loading script- The dlt library is licensed under the Apache License 2.0, so you can use it for free forever
📚 Read more about it on the dlt Docs