This repository contains files from Ruvos's Data Science summer/fall 2022 workshops.
- If you are new to Python, you can run
.py
files using instructions here: https://pythonbasics.org/execute-python-scripts/. - We recommend opening
.ipynb
files in a Jupyter Notebook and instructions for installation can be found here: https://jupyter.org/install. - Required Python packages for Workshop 2 are in Workshop2_DataCleaning/requirements.txt. To install them, create a virtual environment, navigate to the Workshop2_DataCleaning directory and run
pip install -r requirements.txt
.