Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 516 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 516 Bytes

Python-Dashboard

In this project, I used package Dash and Plotly in Python to create an interactive dashboard to display NBA player data.

Data Source: https://s3.amazonaws.com/programmingforanalytics/NBA_data.xlsx

The program performs the following processes:

  • Organized and manipulated data by Python to prepare for post-action analysis.
  • Explored data to determine dashboard functions for user interaction.
  • Designed user interface with Dash and Plotly packages from Python to implement data visualization.