Baselight

AQI - Air Quality Index

Country wise Daily AQI - Air Quality Index

@kaggle.azminetoushikwasi_aqi_air_quality_index_scheduled_daily_update

Loading...
Loading...

About this Dataset

AQI - Air Quality Index

Context

This dataset contains Air Quality Index of most the countries of the world.

Challenges

  • Time Series Analysis and Prediction
  • Seasonality finding
  • Geospatial Analysis

About Air Quality Index (AQI

The Air Quality Index (AQI) is used for reporting daily air quality. It tells you how clean or polluted your air is, and what associated health effects might be a concern for you. The AQI focuses on health effects you may experience within a few hours or days after breathing polluted air.

Content

  • data_date.csv - date wise organised

Related Notebooks

Download

  • kaggle API Command
    !kaggle datasets download -d azminetoushikwasi/aqi-air-quality-index-scheduled-daily-update

Disclaimer

  • The data collected are all publicly available and it's intended for educational purposes only.

Acknowledgement

  • Cover image taken from internet.

Appreciate, Support, Share

Tables

Data Date

@kaggle.azminetoushikwasi_aqi_air_quality_index_scheduled_daily_update.data_date
  • 38.19 KB
  • 19409 rows
  • 4 columns
Loading...

CREATE TABLE data_date (
  "date" TIMESTAMP,
  "country" VARCHAR,
  "status" VARCHAR,
  "aqi_value" BIGINT
);

Share link

Anyone who has the link will be able to view this.