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

Analysis on Air Quality

Here I'm trying to explore and analyse data on Air Quality across Indian Cities. Its a basic project with the limited basic knowledge I got so far about python. I'm extremely grateful for participating in Data Analysis with Python: Zero to Pandas, and would like to thank Mr Aakash from Jovian who is the instructor for this course. It has helped me a lot to learn from basics of python, numpy, pandas, matplotlib & seaborn.

Downloading the Dataset

Downloaded data from https://www.kaggle.com/rohanrao/air-quality-data-in-india

!pip install jovian opendatasets --upgrade --quiet
import jovian

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