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)
- Host: GitHub
- URL: https://github.com/wyattowalsh/nbadb
- Owner: wyattowalsh
- License: gpl-3.0
- Created: 2023-01-17T01:17:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-30T18:06:30.000Z (3 months ago)
- Last Synced: 2025-10-30T20:15:23.772Z (3 months ago)
- Topics: database, kaggle, kaggle-dataset, nba, nba-data, nba-statistics, nba-stats-api, python3, sqlite
- Language: Jupyter Notebook
- Homepage: https://nba-db.readthedocs.io/
- Size: 2.36 MB
- Stars: 53
- Watchers: 3
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
---
---
## 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.