Created by Papa-Yaw Afari
Download VSCode or any Python IDE and make sure to install pandas. (Which we will be utilizing for this project).
"pip install pandas"
Open up your terminal and call "pip install nba_api"
Wait for appropriate packages to download
Create environment of .venv type or conda if needed to see the packages.
Insert these lines: "from nba_api.stats.static import players
from nba_api.stats.endpoints import shotchartdetail
import pandas as pd"