#NBA Game Data Chunker
Takes in SportsVUData JSON game files and breaks it into smaller JSON chunks of 10 events each
python chunker.py --path=game_files/12.31.2015.GSW.at.HOU.json Note: path is the extracted 7z game file in json format
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
NBA and SportsVU for providing the data for me to chunk
Use it freely (MIT?)