Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oneoffcoder/csv2sqlite

Jupyter notebook to show how to import CSV files into SQLite
https://github.com/oneoffcoder/csv2sqlite

Last synced: 5 days ago
JSON representation

Jupyter notebook to show how to import CSV files into SQLite

Awesome Lists containing this project

README

        

# csv2sqlite

Jupyter notebook to show how to import CSV files into SQLite

- [csv2sqlite.ipynb](csv2sqlite.ipynb): This notebook shows how to load small datasets into a SQLite database.
- [csv2sqlite-streaming.ipynb](csv2sqlite-streaming.ipynb): This notebook shows how to load huge datasets into SQLite.