This Dash App presents the top 10 players (according Basketball Reference on January 26th, 2019) and compares all of them under the following statistical categories:
- Field Goal Percentage (FG%)
- 3-Point Percentage (3P%)
- 2-Point Percentage (2P%)
- Free Throw Percentage (FT%)
- Effective Field Goal Percentage (eFG%)
Running this app will present a side-by-side bar graph represenation of the following players:
- Giannis Antetokounpo (Milwaukee Bucks)
- James Harden (Houston Rockets)
- Nikola Jokic (Denver Nuggets)
- Anthony Davis (New Orleans Pelicans)
- Stephen Curry (Golden State Warriors)
- Kawhi Leonard (Toronto Raptors)
- Kevin Durant (Golden State Warriors)
- Joel Embiid (Philadelphia 76ers)
- Paul George (Oklahoma City Thunder)
- Kyrie Irving (Boston Celtics)
These statistcs can be sourced from Basketball-Reference.com.
Download the .zip file, which contains:
- basketball.py
- NBAmvptracker.xlsx
Open each file to examine its contents and comments in the code.
In order to access the single-page application, open up Terminal and make sure to change the working directory to exactly where you saved this folder:
- Run python basketball.py on Terminal
- Your app will be accesible on any web browswer at the address: 127.0.0.1:8050
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Chris Jeon
Thank you to Basketball-Reference.com for providing the necessary data. The following statistics that helped build this app can be found here.