Baselight

Air Quality Data - NYC

Precise New York City Air Quality Data, updated through April 2022.

@kaggle.kaggleprollc_air_quality_data_nyc

Loading...
Loading...

About this Dataset

Air Quality Data - NYC

Recent smoke from Canadian wildfires has affected New York, severely altering the air quality. This information can be used to compare the air quality in New York City before and after.
Respiratory issues are among the many medical conditions for which air pollution is a leading cause.

Tables

Air Quality

@kaggle.kaggleprollc_air_quality_data_nyc.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.