Baselight

Air Quality In São Paulo, Brazil

Air quality in some cities of São Paulo state in Brazil

@kaggle.amandalk_sp_air_quality

Loading...
Loading...

About this Dataset

Air Quality In São Paulo, Brazil

Context

I wanted to get this data to check the impact of Covid-19 on the air quality of some cities in Brazil.

Content

The pollutants are measured hourly by CETESB in some cities of São Paulo state (Brazil) from 08-05-2013 until 09-09-2020.

Acknowledgements

This data is originally available at CETESB.

Inspiration

  • Can we see the impact of Covid-19 in the air quality of the cities?
  • Is the air quality improving over the years?
  • Can we use another datasets and verify what are the factors that impact on the air quality?

Tables

Sp Air Quality

@kaggle.amandalk_sp_air_quality.sp_air_quality
  • 8.47 MB
  • 3445260 rows
  • 11 columns
Loading...

CREATE TABLE sp_air_quality (
  "datetime" TIMESTAMP,
  "station" VARCHAR,
  "benzene" DOUBLE,
  "co" DOUBLE,
  "pm10" DOUBLE,
  "pm2_5" DOUBLE,
  "no2" DOUBLE,
  "o3" DOUBLE,
  "so2" DOUBLE,
  "toluene" DOUBLE,
  "trs" DOUBLE
);

Share link

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