Latest Air Quality Index Analysis
Air Quality Index of 26th December 2023 across all states of our country.
@kaggle.brpuneet898_latest_air_quality_index_analysis
Air Quality Index of 26th December 2023 across all states of our country.
@kaggle.brpuneet898_latest_air_quality_index_analysis
CREATE TABLE n_26th_december_2023_air_quality_dataset (
"id" BIGINT,
"country" VARCHAR,
"state" VARCHAR,
"city" VARCHAR,
"station" VARCHAR,
"station_code" VARCHAR,
"last_update" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"pollutant_id" VARCHAR,
"pollutant_min" BIGINT,
"pollutant_max" BIGINT,
"pollutant_avg" BIGINT
);
Anyone who has the link will be able to view this.