Creating a database with SQL and Python

This is a project part of my dataquest.io course, you can find their solution to this project Dataquest.io’s solution.

This project involves working with data from baseball games from the website Retrosheet and edited by dataquest.io.

I will:

  • Import data into SQLite
  • Design a normalized database schema
  • Create tables for the schema
  • Insert data into the schema

Find the notebook in my repo creating_database_SQL_python.

See more projects in my portfolio.

Please get in touch to discuss or comment!