Search found 2 matches

by bradleyfay
Sat Sep 05, 2015 8:02 pm
Forum: APBRmetrics
Topic: Resource for box scores that includes shot location data?
Replies: 2
Views: 5129

Re: Resource for box scores that includes shot location data

If you haven't found your solution, check out the python package I put together. I'm pretty sure It can get you exactly what you want.

https://github.com/bradleyfay/py-goldsberry
by bradleyfay
Sat Sep 05, 2015 7:57 pm
Forum: APBRmetrics
Topic: Accessing data from stats.nba.com
Replies: 1
Views: 4648

Accessing data from stats.nba.com

I've been working on a Python package that makes it easy to get the underlying data from stats.nba.com for analysis. You can check out the code at https://github.com/bradleyfay/py-goldsberry. It's fairly robust in terms of the data it provides access to. I spent many hours reading raw html and javas...