World Air Quality
Air quality measurements from 8,469 locations in 65 countries
@kaggle.joebeachcapital_world_air_quality
Air quality measurements from 8,469 locations in 65 countries
@kaggle.joebeachcapital_world_air_quality
OpenAQ has collected 231,965,688 air quality measurements from 8,469 locations in 65 countries. Data are aggregated from 105 government level and research-grade sources.
https://medium.com/@openaq/where-does-openaq-data-come-from-a5cf9f3a5c85
Disclaimers:
CREATE TABLE openaq (
"country_code" VARCHAR,
"city" VARCHAR,
"location" VARCHAR,
"coordinates" VARCHAR,
"pollutant" VARCHAR,
"source_name" VARCHAR,
"unit" VARCHAR,
"value" DOUBLE,
"last_updated" VARCHAR,
"country_label" VARCHAR
);Anyone who has the link will be able to view this.