Learn practical skills, build real-world projects, and advance your career

India: Covid19 Effect on Air Pollution

In this Exercise, we will be analyzing Air Polltion Levels of India from 2015 to 2020, and then look at how the Covid19 lockdown in March2020 affected the overall air pollution levels across major cities.

The Data has been sourced from Kaggle: https://www.kaggle.com/rohanrao/air-quality-data-in-india

Downloading the Dataset

from IPython.display import Image
from IPython.core.display import HTML
!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.