Fossj117 / NBAdata

Contains scraper in R for grabbing NBA Sport Tracking Data
54 stars 39 forks source link

Scraping NBA Player Tracking Data in R (and Python)

Basic scraper in R to grab the NBA sport tracking data from website and load it into one data frame. For more information, see blog post here.

In addition to the R code documented above, this repo also contains a related python script for pulling additional player metadata (e.g. positions, birthdates, etc.) from the NBA website via an internal API.