Skip to content

IanMackenzie0909/Interactive_Visualization_Data_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About this project

This project is designed to visualize team performance in an NBA season, focusing on players' PASS, FGM, FGA, and FG%.

Quick view on these abbreviations:
             PASS:   Passing attempts.
             FGM:   Field Goal Made.
             FGA:    Field Goal Attempts.
             FG%:   Field Goal Percentage.

Running the code

This program generates interactive network diagrams using the plotly and networkx modules.

Before running this code, please ensure both modules are installed.
If not, type the following installation commands in the command window.

  pip install plotly
  pip install networkx

Open the code file in Jupyter Notebook and run it. The program will ask the user to enter the NBA season and the abbreviation of the team name. Please follow the prompts or press Enter to use the defaults.

  • Result
    After running the program, you will see an interactive diagram as displayed below. The player's name will be displayed near the node.
    Hovering over an edge(at the fold) will display pass information, while hovering over a node will show details about the player's shot.

image

About

This project is designed to analyze the performance of players on the field.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors