Baselight

Dhaka Hourly Air Quality (2016-2022)

Dhaka, Bangladesh air quality from 2016 to 2022

@kaggle.shawkatsujon_dhaka_bangladesh_hourly_air_quality_20162022

Loading...
Loading...

About this Dataset

Dhaka Hourly Air Quality (2016-2022)

Air Quality Index(AQI)

The air quality index (AQI) is an index for reporting air quality on a daily basis. It is a measure of how air pollution affects one's health within a short time period. The purpose of the AQI is to help people know how the local air quality impacts their health.

How does the AQI work?

Think of the AQI as a yardstick that runs from 0 to 500. The higher the AQI value, the greater the level of air pollution and the greater the health concern. For example, an AQI value of 50 or below represents good air quality, while an AQI value over 300 represents hazardous air quality. For each pollutant, an AQI value of 100 generally corresponds to an ambient air concentration that equals the level of the short-term national ambient air quality standard for the protection of public health. AQI values at or below 100 are generally thought of as satisfactory. When AQI values are above 100, air quality is unhealthy: at first for certain sensitive groups of people, then for everyone as AQI values get higher.

The AQI is divided into six categories. Each category corresponds to a different level of health concern. Each category also has a specific color. The color makes it easy for people to quickly determine whether air quality is reaching unhealthy levels in their communities.

Tables

Dhaka Pm2–5–2016

@kaggle.shawkatsujon_dhaka_bangladesh_hourly_air_quality_20162022.dhaka_pm2_5_2016
  • 94.81 kB
  • 8,784 rows
  • 8 columns
Loading...
CREATE TABLE dhaka_pm2_5_2016 (
  "date_lt" VARCHAR  -- Date (LT),
  "hour" BIGINT,
  "nowcast_conc" DOUBLE  -- NowCast Conc.,
  "raw_conc" BIGINT  -- Raw Conc.,
  "conc_unit" VARCHAR  -- Conc. Unit,
  "aqi" BIGINT,
  "aqi_category" VARCHAR,
  "qc_name" VARCHAR
);

Dhaka Pm2–5–2017

@kaggle.shawkatsujon_dhaka_bangladesh_hourly_air_quality_20162022.dhaka_pm2_5_2017
  • 103.48 kB
  • 8,760 rows
  • 8 columns
Loading...
CREATE TABLE dhaka_pm2_5_2017 (
  "date_lt" VARCHAR  -- Date (LT),
  "hour" BIGINT,
  "nowcast_conc" DOUBLE  -- NowCast Conc.,
  "raw_conc" BIGINT  -- Raw Conc.,
  "conc_unit" VARCHAR  -- Conc. Unit,
  "aqi" BIGINT,
  "aqi_category" VARCHAR,
  "qc_name" VARCHAR
);

Dhaka Pm2–5–2018

@kaggle.shawkatsujon_dhaka_bangladesh_hourly_air_quality_20162022.dhaka_pm2_5_2018
  • 84.84 kB
  • 6,738 rows
  • 8 columns
Loading...
CREATE TABLE dhaka_pm2_5_2018 (
  "date_lt" VARCHAR  -- Date (LT),
  "hour" BIGINT,
  "nowcast_conc" DOUBLE  -- NowCast Conc.,
  "raw_conc" BIGINT  -- Raw Conc.,
  "conc_unit" VARCHAR  -- Conc. Unit,
  "aqi" BIGINT,
  "aqi_category" VARCHAR,
  "qc_name" VARCHAR
);

Dhaka Pm2–5–2019

@kaggle.shawkatsujon_dhaka_bangladesh_hourly_air_quality_20162022.dhaka_pm2_5_2019
  • 104.27 kB
  • 8,653 rows
  • 8 columns
Loading...
CREATE TABLE dhaka_pm2_5_2019 (
  "date_lt" VARCHAR  -- Date (LT),
  "hour" BIGINT,
  "nowcast_conc" DOUBLE  -- NowCast Conc.,
  "raw_conc" BIGINT  -- Raw Conc.,
  "conc_unit" VARCHAR  -- Conc. Unit,
  "aqi" BIGINT,
  "aqi_category" VARCHAR,
  "qc_name" VARCHAR
);

Dhaka Pm2–5–2020

@kaggle.shawkatsujon_dhaka_bangladesh_hourly_air_quality_20162022.dhaka_pm2_5_2020
  • 102.4 kB
  • 8,537 rows
  • 8 columns
Loading...
CREATE TABLE dhaka_pm2_5_2020 (
  "date_lt" VARCHAR  -- Date (LT),
  "hour" BIGINT,
  "nowcast_conc" DOUBLE  -- NowCast Conc.,
  "raw_conc" BIGINT  -- Raw Conc.,
  "conc_unit" VARCHAR  -- Conc. Unit,
  "aqi" BIGINT,
  "aqi_category" VARCHAR,
  "qc_name" VARCHAR
);

Dhaka Pm2–5–2021

@kaggle.shawkatsujon_dhaka_bangladesh_hourly_air_quality_20162022.dhaka_pm2_5_2021
  • 102 kB
  • 8,352 rows
  • 8 columns
Loading...
CREATE TABLE dhaka_pm2_5_2021 (
  "date_lt" VARCHAR  -- Date (LT),
  "hour" BIGINT,
  "nowcast_conc" DOUBLE  -- NowCast Conc.,
  "raw_conc" BIGINT  -- Raw Conc.,
  "conc_unit" VARCHAR  -- Conc. Unit,
  "aqi" BIGINT,
  "aqi_category" VARCHAR,
  "qc_name" VARCHAR
);

Dhaka Pm2–5–2022

@kaggle.shawkatsujon_dhaka_bangladesh_hourly_air_quality_20162022.dhaka_pm2_5_2022
  • 48.84 kB
  • 3,531 rows
  • 8 columns
Loading...
CREATE TABLE dhaka_pm2_5_2022 (
  "date_lt" VARCHAR  -- Date (LT),
  "hour" BIGINT,
  "nowcast_conc" DOUBLE  -- NowCast Conc.,
  "raw_conc" BIGINT  -- Raw Conc.,
  "conc_unit" VARCHAR  -- Conc. Unit,
  "aqi" BIGINT,
  "aqi_category" VARCHAR,
  "qc_name" VARCHAR
);

Share link

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