How to Access NBA Stats Play-by-Play Data with the "Unofficial" NBA API

Опубликовано: 12 Апрель 2026
на канале: Learn With Jabe
8,881
190

Learn how to create Pandas Dataframes in Python with a handful of NBA stats. We use the nba_api client to access stats.nba.com endpoints.

Episode Overview:
1. Creating a dataframe with common player info
2. Create a dataframe with team info
3. Creating a dataframe with player career stats
4. Creating a dataframe with play-by-play data
5. Create a dataframe with boxscore data

NBA_api python package: https://github.com/swar/nba_api
Github repo: https://github.com/Jman4190/NBAPlayBy...