Install the required packages by running:
conda env create -f environment.yml
Activate the environment by running:
conda activate config
Then install your code from source using
pip install -e .
To see if the load_csv()
function is working getting the right data path, you can run the script
from the terminal:
python nba/data_load.py