Shiny dashboard located here
analysis_testing/
- playground for testing data analysis before adding as a feature into the shiny app.data/
- this directory owns the scripts to get the data from the nba api, and the actual data in parquet or csv formshiny/
- snapshot of the deployed website
Reminder for venv
source venv/bin/activate
pip install -r requirements.txt
pip freeze > requirements.txt
deactivate
https://www.playingnumbers.com/2019/12/how-to-get-nba-data-using-the-nba_api-python-module-beginner/
hash-r ipython