Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 546 Bytes

File metadata and controls

11 lines (6 loc) · 546 Bytes

How to insert data from multiple CSV files into a SQLite Database in Python

This tutorial demonstrates a method to insert data from CSV file into a database. The full post can be found link text

This repo contains three files:

  • code_for_blog.ipynb: Jupyter Notebook file containing code

  • product_data.csv: Sample CSV file

  • product_dbase.sqlite: Sample output of file (this is how the database will look like)