Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oneoffcoder/csv2sqlite
- Owner: oneoffcoder
- Created: 2022-03-17T05:37:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T21:25:39.000Z (almost 3 years ago)
- Last Synced: 2024-12-23T13:44:18.737Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.