Starter files to initialize the smart sales project.
Run all commands from a terminal in the root project folder.
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade -r requirements.txt
python3 -m datafun_venv_checker.venv_checker
python3 scripts/data_prep.py
Run all commands from a PowerShell terminal in the root project folder.
py -m venv .venv
.venv\Scripts\activate
py -m pip install --upgrade -r requirements.txt
py -m datafun_venv_checker.venv_checker
py scripts/data_prep.py
- pip
- loguru
- ipykernel
- jupyterlab
- numpy
- pandas
- matplotlib
- seaborn
- plotly
- pyspark==4.0.0.dev1
- pyspark[sql]
- git+https://github.com/denisecase/datafun-venv-checker.git#egg=datafun_venv_checker