Community Emissions Data System
@owid.ceds_air_pollutants
@owid.ceds_air_pollutants
CREATE TABLE owid_ceds_air_pollutants (
"country" VARCHAR,
"year" INTEGER,
"pollutant" VARCHAR,
"sector" VARCHAR,
"emissions" FLOAT,
"emissions_per_capita" FLOAT
);
Anyone who has the link will be able to view this.