- Python 3
- Python modules as listed in
requirements.txt
iris.csvis the widely used "iris" sample datasetiris_missing.csvis a custom modification of that dataset for instruction on handling missing and messy data
To run the notebook within your browser (no installation needed), click the following buttons:
-
Clone or download this repository locally and change into the repository directory
-
Install the required packages
pip3 install -r requirements.txt -
Launch the Jupyter notebook
`jupyter notebook Python_Data_Science.ipynb`