Air Pollution
It is a combination of World Pollution Data
@kaggle.pavan9065_air_pollution
It is a combination of World Pollution Data
@kaggle.pavan9065_air_pollution
CREATE TABLE number_of_deaths_by_risk_factor (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"unsafe_water_source" DOUBLE,
"unsafe_sanitation" DOUBLE,
"no_access_to_handwashing_facility" DOUBLE,
"household_air_pollution_from_solid_fuels" DOUBLE,
"non_exclusive_breastfeeding" DOUBLE,
"discontinued_breastfeeding" DOUBLE,
"child_wasting" DOUBLE,
"child_stunting" DOUBLE,
"low_birth_weight_for_gestation" DOUBLE,
"secondhand_smoke" DOUBLE,
"alcohol_use" DOUBLE,
"drug_use" DOUBLE,
"diet_low_in_fruits" DOUBLE,
"diet_low_in_vegetables" DOUBLE,
"unsafe_sex" DOUBLE,
"low_physical_activity" DOUBLE,
"high_fasting_plasma_glucose" DOUBLE,
"high_total_cholesterol" DOUBLE,
"high_body_mass_index" DOUBLE,
"high_systolic_blood_pressure" DOUBLE,
"smoking" DOUBLE,
"iron_deficiency" DOUBLE,
"vitamin_a_deficiency" DOUBLE,
"low_bone_mineral_density" DOUBLE,
"air_pollution" DOUBLE,
"outdoor_air_pollution" DOUBLE,
"diet_high_in_sodium" DOUBLE,
"diet_low_in_whole_grains" DOUBLE,
"diet_low_in_nuts_and_seeds" DOUBLE
);
Anyone who has the link will be able to view this.