Desigining and Creating a Database
In this mini-project, we will be working with a file of Major League Baseball games from Retrosheet.
We will design and create a Database with normalised tables by compiling data from various sources.
Github Repo | Notebook Preview (nbviewer)
Following Packages and Concepts are used:
- Pandas - DataFrame (Consolidating Data)
- SQLite3 - Database
- SQL - SELECT, FROM, CREATE, JOIN, ALTER, UPDATE, INSERT, UNION, DROP, CASE, WHEN, THEN, LIMIT, GROUP BY