Baselight

NYC Air Quality Dataset

Dataset contains information on New York City air quality surveillance data.

@kaggle.alenreuel_air_quality_dataset

Loading...
Loading...

About this Dataset

NYC Air Quality Dataset

Air pollution is one of the most important environmental threats to urban populations and while all people are exposed, pollutant emissions, levels of exposure, and population vulnerability vary across neighborhoods. Exposures to common air pollutants have been linked to respiratory and cardiovascular diseases, cancers, and premature deaths. These indicators provide a perspective across time and NYC geographies to better characterize air quality and health in NYC.

Tables

Air Quality

@kaggle.alenreuel_air_quality_dataset.air_quality
  • 159.95 KB
  • 16122 rows
  • 12 columns
Loading...

CREATE TABLE air_quality (
  "unique_id" BIGINT,
  "indicator_id" BIGINT,
  "name" VARCHAR,
  "measure" VARCHAR,
  "measure_info" VARCHAR,
  "geo_type_name" VARCHAR,
  "geo_join_id" BIGINT,
  "geo_place_name" VARCHAR,
  "time_period" VARCHAR,
  "start_date" TIMESTAMP,
  "data_value" DOUBLE,
  "message" VARCHAR
);

Share link

Anyone who has the link will be able to view this.