The repo for a little data science challenge held by PwC for their tech degree apprentices. Team 2.
Requires Python 3.
- Run
python3 -m venv envto create a virtual environment. - Activate it with
source env/bin/activateon macOS/Linux and.\env\Scripts\activateon Windows. - Install the requirements with
pip install -r requirements.txt.
Note that Maddie's work is on Google Colab; links in the txt in her folder.