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
The context of the dataset is to show the user's latest one-day air quality index of all states in our country. The notebook attached has some analysis of what I have perceived. I would welcome all the Kagglers to try their hands on this dataset and bring more insights regarding the Air Quality index of our country. Do upvote my work if found helpful and refer to the notebook for EDA starts.
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.