Package for parsing play-by-play data from stats.nba.com
Project description
NOTE: This project is still pretty much work in progress so it might introduce many breaking changes.
Introduction
Basketball analytics using play-by-play data have been an shared interest for many people. However, the lack of processed play-by-play has prohibited such analysis by many.
This project is intended to provide parsing functionality for the play-by-play data from http://stats.nba.com into more a comprehensive format like that on NBAStuffer. It is intended to accompany our research: Adversarial Synergy Graph Model for Predicting Game Outcomes in Human Basketball. to prepare the data. If you are interested in more general statistics or player information, you should definitely check out py-Goldsberry.
While there are still limitations with the current parsing strategy, it does not affect the tabulation of APM and other play-by-play based metrics.
Use the data
If you just want to use the data that is processed with the package without touching it, you can find a copy of the data from S3. Under data/zip/ you will find the gamelog and game files in JSON format. You may introspect into the JSONs for the fields that are included in them.
Benefits of this package
The data is obtained directly from http://stats.nba.com, the parsed play-by-plays can be verified against the official boxscores.
Installation
At the command line
$ pip install statsnba-playbyplay
TODOs
Documentation.
Parse subtypes of events. (e.g. when there is a shot, is it a layup or jumpshot? the raw data provides different codes for these subtypes but I have not yet figured out a way to easily decrypt all of them.)
More tests at all levels of the package.
A Github Pages website for showcasing the package.
Wiki pages on the schema of the parsed data on my S3 bucket.
Daily updates of the data feed (cronjob or Lambda function on an EC2 instance to track the gamelogs daily and make updates on S3?)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file statsnba-playbyplay-0.1.1.tar.gz
.
File metadata
- Download URL: statsnba-playbyplay-0.1.1.tar.gz
- Upload date:
- Size: 417.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d368d951294c1a9e094056995d8f783427432125e055fef00c779b823a3540e5 |
|
MD5 | a77bc6b9472adbb55425c72ca476c2f1 |
|
BLAKE2b-256 | 0ba4d78475b5c1ad2e984208b5bc9a8ab5d91d206c5c8e52045df47ace7e6389 |