COM6018 Data Science with Python
Obtaining the Jupyter Notebook
If you have cloned and pulled the module's GitHub repository, you should see,
materials/labs/
├── 040_working_with_pandas.ipynb
|-- ... etc
├── data
│ ├── ch4.csv
│ ├── co2.csv
│ ├── n2o.csv
│ ├── sf6.csv
│ ├── ... etc
The lab is 040_working_with_pandas.ipynb
and it will need the files data/ch4.csv
, data/co2.csv
, data/n2o.csv
, and data/sf6.csv
.
Alternatively, you can download the notebook and data via links on Blackboard.