Death Due To Air Pollution
Data of countries from 1990-2017
@kaggle.akshat0giri_death_due_to_air_pollution_19902017
Data of countries from 1990-2017
@kaggle.akshat0giri_death_due_to_air_pollution_19902017
CREATE TABLE death_rates_from_air_pollution (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"air_pollution_total_deaths_per_100_000" DOUBLE,
"indoor_air_pollution_deaths_per_100_000" DOUBLE,
"outdoor_particulate_matter_deaths_per_100_000" DOUBLE,
"outdoor_ozone_pollution_deaths_per_100_000" DOUBLE
);
Anyone who has the link will be able to view this.