nbadb icon indicating copy to clipboard operation
nbadb copied to clipboard

Data Extraction (from https://stats.nba.com) and Processing Scripts to Produce the NBA Database on Kaggle (https://kaggle.com/wyattowalsh/basketball)


Overview

This repository contains the associated code base for the creation and updating of the Kaggle NBA Database. The nba-api is utilized as the API client for stats.nba.com and numerous endpoints are extracted to produce the database tables. .SQLite is the database format of choice for this project. The database is updated daily and monthly via cron scheduled Kaggle Notebooks.