Project to load NBA Player and Season Data to SQL and make analysis Data Source: https://www.kaggle.com/drgilermo/nba-players-stats
There are 3 notebooks
- Load the data to sql database using pandas&sqlalchemy
- Clean the data, update data types, create a relationship btw tables
- Use SQL queries to explore the data and answer random questions