https://github.com/anandanraju/india_air_pollution_analysis_project
Air pollution is defined as the introduction of pollutants, organic molecules, or other unsafe materials into Earth’s atmosphere.This can be in the form of excessive gases like carbon dioxide and other vapours that cannot be effectively removed through natural cycles, such as the carbon cycle or the nitrogen cycle.
https://github.com/anandanraju/india_air_pollution_analysis_project
air-pollution air-quality-index dataset indian-ci time-
Last synced: 4 months ago
JSON representation
Air pollution is defined as the introduction of pollutants, organic molecules, or other unsafe materials into Earth’s atmosphere.This can be in the form of excessive gases like carbon dioxide and other vapours that cannot be effectively removed through natural cycles, such as the carbon cycle or the nitrogen cycle.
- Host: GitHub
- URL: https://github.com/anandanraju/india_air_pollution_analysis_project
- Owner: anandanraju
- Created: 2022-11-16T17:04:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T17:14:44.000Z (almost 3 years ago)
- Last Synced: 2025-06-02T02:00:45.648Z (4 months ago)
- Topics: air-pollution, air-quality-index, dataset, indian-ci, time-
- Language: Jupyter Notebook
- Homepage:
- Size: 6.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# India Air Pollution Analysis Project
## Introduction
Air pollution is defined as the introduction of pollutants, organic molecules, or other unsafe materials into Earth’s atmosphere.
This can be in the form of excessive gases like carbon dioxide and other vapours that cannot be effectively removed through natural cycles,
such as the carbon cycle or the nitrogen cycle.### Here, I mainly focused on the Indian Cities

#### About PM Values
The most common measurement used to measure air quality is PM 2.5 and PM 10. It measures the particles in micrograms per cubic metre. PM 2.5 refers to the concentration of microscopic particles less than 2.5 microns in diameter and PM 10 refers to the concentration of particles less than 10 microns in diameter.
Across the globe, all the countries use the same metrics for measuring the health of atmospheric air. India measures 2 additional pollutants namely lead and ammonia. AQI value of less than 50 is considered safe.
### Dataset Information
* This dataset contains the data of the Major Cities in **India** and **US** time-period from **Jan-2019 to May-2021**
## Table of Content
1. Import Libraries
2. Reading and Checking the Dataset
3. Exploratory Data Analysis
4. Data Visualisation Using Geopandas
5. Time Series Analysis
6. Moving Average as a Prediction
7. Summary