Skip to content

canzhiye/nba-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

some fun NBA data

interesting data that I've scraped from stats.nba.com


Shots data

The NBA has been tracking the exact location (x, y coordinates) of every single shot that's been taken since the 2001-02 season.

shotsdata.txt is a dump of this data from a Postgres database.

This is the data that is used to generate visualizations like the one below.

chart

To import it, run:

psql yourdb < shotsdata.txt 

About

interesting data scraped from stats.nba.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages