Skip to content

marcocharlie/test-python-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-python-sqlite

A repository to test the Python SQLite module.

Requirements

You can run the application in a Python 3.7 environment.

Python env

Install requirements via PIP

virtualenv .venv
pip install -r requirements.txt

Execute the application

python main.py

Usage

The application offers:

  • a main file in order to download the dataset from here and insert records to a local SQLite database
  • a utils file housing various methods in order to write data to a SQLite database and querying on it
  • a Jupyter Notebook in order to perform specific queries on the created database
  • an html file showing the results from the notebook

About

A repo to test python sqlite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published