Most Polluted Cities And Countries (IQAir Index)
Dataset gives the IQAir index for most polluted cities from (2017-2021).
@kaggle.ramjasmaurya_most_polluted_cities_and_countries_iqair_index
Dataset gives the IQAir index for most polluted cities from (2017-2021).
@kaggle.ramjasmaurya_most_polluted_cities_and_countries_iqair_index
CREATE TABLE air_quality_index_by_cities_iqair (
"rank" BIGINT,
"city" VARCHAR,
"n_2021" DOUBLE,
"jan_2021" VARCHAR,
"feb_2021" VARCHAR,
"mar_2021" VARCHAR,
"apr_2021" VARCHAR,
"may_2021" VARCHAR,
"jun_2021" VARCHAR,
"jul_2021" VARCHAR,
"aug_2021" VARCHAR,
"sep_2021" VARCHAR,
"oct_2021" VARCHAR,
"nov_2021" VARCHAR,
"dec_2021" VARCHAR,
"n_2020" VARCHAR,
"n_2019" VARCHAR,
"n_2018" VARCHAR,
"n_2017" VARCHAR
);
CREATE TABLE air_quality_index_top_countries (
"rank" BIGINT,
"country_region" VARCHAR,
"n_2021" DOUBLE,
"n_2020" VARCHAR,
"n_2019" VARCHAR,
"n_2018" VARCHAR,
"population" BIGINT
);
Anyone who has the link will be able to view this.