Jupyter notebook to show how to import CSV files into SQLite
- csv2sqlite.ipynb: This notebook shows how to load small datasets into a SQLite database.
- csv2sqlite-streaming.ipynb: This notebook shows how to load huge datasets into SQLite.
Jupyter notebook to show how to import CSV files into SQLite