1980-2021 Daily Air Quality Index From The EPA
Daily AQI Statistics for the USA from 1980 - May 2021
@kaggle.threnjen_40_years_of_air_quality_index_from_the_epa_daily
Daily AQI Statistics for the USA from 1980 - May 2021
@kaggle.threnjen_40_years_of_air_quality_index_from_the_epa_daily
CREATE TABLE aqi_daily_1980_to_2021 (
"state_name" VARCHAR,
"date" TIMESTAMP,
"aqi" BIGINT,
"category" VARCHAR,
"defining_parameter" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"county_name" VARCHAR
);
Anyone who has the link will be able to view this.