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 -- Air Pollution (total) (deaths Per 100,000),
"indoor_air_pollution_deaths_per_100_000" DOUBLE -- Indoor Air Pollution (deaths Per 100,000),
"outdoor_particulate_matter_deaths_per_100_000" DOUBLE -- Outdoor Particulate Matter (deaths Per 100,000),
"outdoor_ozone_pollution_deaths_per_100_000" DOUBLE -- Outdoor Ozone Pollution (deaths Per 100,000)
);
Anyone who has the link will be able to view this.