This is an exploratory project of NBA statistics data vizualisation. I created a Dash application with Python that displays time series of yearly players statistics.
The data that I used comes from API package basketball_reference_web_scraper, which extracts data from the website Basketball Reference.
To use the app, follow these steps :
- Create a virtual environment for your project
- Import all libraries specified in requirements.txt
- Lauch the file app.py
Project compatible with Python >= 3.12.7.