Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Latest commit

 

History

History
 
 

intro-to-bokeh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Getting Started with Interactive Visualization Using Bokeh

Data and code snippets from https://realpython.com/python-data-visualization-bokeh/

Data

Found in the data\ directory.

The tutorial utilizes the following three files:

  • 2017-18_standings.csv
  • 2017-18_playerBoxScore.csv
  • 2017-18_teamBoxScore.csv

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.

Code Snippets

Found in the code-snippets\ directory.

The code snippets found in the tutorial can be found here in individual files.