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

Ananlysis on India Air Quality Index data

We are goimg to analyse the AQI data for seeing trend of measured data with AQI, also we are goimg to see year on year trend OF AQI and effect of lockdown on AQI in year 2020 , The references of AQI data are given in AQI section

As a first step, let's upload our Jupyter notebook to Jovian.ml.

project_name = "Air Quality Index " # change this
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name)
[jovian] Attempting to save notebook..