An open API service indexing awesome lists of open source software.

https://github.com/wyattowalsh/nbadb

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

database kaggle kaggle-dataset nba nba-data nba-statistics nba-stats-api python3 sqlite

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

          



---







---


Contents



Overview ·
Accessing Further Documentation ·
Contributing





---

## Overview

This repository contains the associated code base for the creation and updating of the [**_Kaggle NBA Database_**](https://www.kaggle.com/wyattowalsh/basketball). The [nba-api](https://github.com/swar/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.