Decoding Air Quality💨💨💨
A Data Science Approach to Environmental Health Insights.
@kaggle.vijayveersingh_decoding_air_quality
A Data Science Approach to Environmental Health Insights.
@kaggle.vijayveersingh_decoding_air_quality
This dataset features air pollution data from the Environmental Protection Agency's (EPA) Air Quality System (AQS), recognized as the "gold standard" for outdoor air pollution measurements. The AQS collects data on ozone and particulate matter (PM2.5) from approximately 4,000 monitoring stations, primarily located in urban areas across the United States.
The dataset provides comprehensive air quality measures across the United States by offering detailed information about air quality metrics, geographic locations, and temporal trends.
Includes unique identifiers, descriptive names, and types of air quality measures to help users understand the nature and format of the data.
Provides standardized Federal Information Processing Standards (FIPS) codes for states and counties, alongside their human-readable names, allowing for geographic-level analyses.
Contains "Report Year", enabling trend analyses over time.
Features numerical values and associated units for air quality measures, indicating the magnitude and context of environmental conditions.
Includes information about data origins and a binary "Monitor Only" field to identify whether the data is exclusively derived from monitoring stations.
##Attribution:
####This work uses data from the Air Quality Measures on the National Environmental Health Tracking Network, originally created and maintained by the Centers for Disease Control and Prevention (CDC).
####LICENSE: The Data is available under the Open Database License (ODbL).
####NO ENDORSEMENT: The CDC does not endorse this work or its conclusions.
DISCLAIMER: Please independently verify the data and it's derivation(s) before applying it to research or decision-making.
CREATE TABLE air_quality_measures_on_the_national_environmental_hea_b610a31d (
"measureid" BIGINT,
"measurename" VARCHAR,
"measuretype" VARCHAR,
"stratificationlevel" VARCHAR,
"statefips" BIGINT,
"statename" VARCHAR,
"countyfips" BIGINT,
"countyname" VARCHAR,
"reportyear" BIGINT,
"value" DOUBLE,
"unit" VARCHAR,
"unitname" VARCHAR,
"dataorigin" VARCHAR,
"monitoronly" BIGINT
);
Anyone who has the link will be able to view this.