Data and code snippets from https://realpython.com/python-data-visualization-bokeh/
Found in the data\
directory.
The tutorial utilizes the following three files:
- 2017-18_standings.csv
- Contains daily team standing information for the 2017-18 season
- Original Kaggle Link
- 2017-18_playerBoxScore.csv
- Contains per-game box score player statistics for the 2017-18 season
- Original Kaggle Link
- 2017-18_teamBoxScore.csv
- Contains per-game box score team statistics for the 2017-18 season
- Original Kaggle Link
The original Kaggle link for this data is: NBA Enhanced Box Score and Standings Stats
This data is licensed under CC BY-SA 4.0.
Found in the code-snippets\
directory.
The code snippets found in the tutorial can be found here in individual files.