Activity 14.01 – analyzing air quality data
Consider that you're working as a data analyst for your city's municipality. The Department for the Environment needs your help in getting answers to some questions related to emissions. The following are the questions the department wants answers to:
- Which day of the week has the highest NO2(GT) emissions?
- At what time of the day are NMHC(GT) emissions highest?
- Which month has the lowest CO(GT) emissions?
Note
The emissions dataset has been sourced from the following link:
https://archive.ics.uci.edu/ml/machine-learning-databases/00360/
You can find the dataset in the GitHub repository for this book. Download the data, unzip the data, and then load the CSV file in a
data
folder of your local machine. The department needs the answers through good visualizations.
The following steps will help you complete this activity:
- Open a new Jupyter notebook.
- Download the data and then read the data using...