Outdoor Air Pollution
I don’t have a Carbon Footprint… Because I drive everywhere.
@kaggle.programmerrdai_outdoor_air_pollution
I don’t have a Carbon Footprint… Because I drive everywhere.
@kaggle.programmerrdai_outdoor_air_pollution
CREATE TABLE air_pollution_london_vs_delhi (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"suspended_particulate_matter_spm_fouquet_and_dpcc_2011" DOUBLE
);
CREATE TABLE ambient_pollution_death_rates_2017_1990 (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"deaths_cause_all_causes_risk_outdoor_air_pollution_owi_92cbd17e" DOUBLE,
"population_historical_estimates" DOUBLE,
"continent" VARCHAR,
"deaths_cause_all_causes_risk_outdoor_air_pollution_owi_7c4159bc" DOUBLE,
"year_1" DOUBLE
);
CREATE TABLE death_rate_from_pm25_vs_pm25_concentration (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"deaths_cause_all_causes_risk_ambient_particulate_matte_912ac1bd" DOUBLE,
"pm2_5_air_pollution_mean_annual_exposure_micrograms_pe_a3f395b6" DOUBLE,
"population_historical_estimates" DOUBLE,
"continent" VARCHAR
);
CREATE TABLE death_rates_from_air_pollution (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"deaths_cause_all_causes_risk_household_air_pollution_f_c15d87f1" DOUBLE,
"deaths_cause_all_causes_risk_ambient_particulate_matte_912ac1bd" DOUBLE,
"deaths_cause_all_causes_risk_air_pollution_sex_both_ag_de74f99c" DOUBLE,
"deaths_cause_all_causes_risk_ambient_ozone_pollution_s_78a51a77" DOUBLE
);
CREATE TABLE emissions_of_air_pollutants_1 (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"pm_index" DOUBLE,
"pm_index_9c0060" DOUBLE,
"non_methane_volatile_organic_compounds_index" DOUBLE,
"nitrogen_oxides_index" DOUBLE,
"ammonia_index" DOUBLE,
"sulphur_dioxide_index" DOUBLE
);
CREATE TABLE emissions_of_air_pollutants (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"pm_index" DOUBLE,
"pm_index_9c0060" DOUBLE,
"non_methane_volatile_organic_compounds_index" DOUBLE,
"nitrogen_oxides_index" DOUBLE,
"ammonia_index" DOUBLE,
"sulphur_dioxide_index" DOUBLE
);
CREATE TABLE exposure_pollution_above_who_targets (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"pm2_5_pollution_population_exposed_to_levels_exceeding_84f5d440" DOUBLE,
"pm2_5_pollution_population_exposed_to_levels_exceeding_945ef98c" DOUBLE,
"pm2_5_pollution_population_exposed_to_levels_exceeding_b56b931a" DOUBLE,
"pm2_5_air_pollution_population_exposed_to_levels_excee_1244c30a" DOUBLE
);
CREATE TABLE number_of_deaths_by_risk_factor (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"deaths_cause_all_causes_risk_outdoor_air_pollution_owi_2223f033" BIGINT,
"deaths_cause_all_causes_risk_high_systolic_blood_press_6d2d316d" BIGINT,
"deaths_cause_all_causes_risk_diet_high_in_sodium_sex_b_1e7c3e5c" BIGINT,
"deaths_cause_all_causes_risk_diet_low_in_whole_grains__97b77447" BIGINT,
"deaths_cause_all_causes_risk_alcohol_use_sex_both_age__c423e43f" BIGINT,
"deaths_cause_all_causes_risk_diet_low_in_fruits_sex_bo_8caf0533" BIGINT,
"deaths_cause_all_causes_risk_unsafe_water_source_sex_b_2fc61ce0" BIGINT,
"deaths_cause_all_causes_risk_secondhand_smoke_sex_both_bfa91e74" BIGINT,
"deaths_cause_all_causes_risk_low_birth_weight_sex_both_8686a6c4" BIGINT,
"deaths_cause_all_causes_risk_child_wasting_sex_both_ag_fe7dd6b3" BIGINT,
"deaths_cause_all_causes_risk_unsafe_sex_sex_both_age_a_bd9458b2" BIGINT,
"deaths_cause_all_causes_risk_diet_low_in_nuts_and_seed_3b9ce52c" BIGINT,
"deaths_cause_all_causes_risk_household_air_pollution_f_493ab017" BIGINT,
"deaths_cause_all_causes_risk_diet_low_in_vegetables_se_90ecc789" BIGINT,
"deaths_cause_all_causes_risk_low_physical_activity_sex_113bde09" BIGINT,
"deaths_cause_all_causes_risk_smoking_sex_both_age_all__b379affe" BIGINT,
"deaths_cause_all_causes_risk_high_fasting_plasma_gluco_9c7ae811" BIGINT,
"deaths_cause_all_causes_risk_air_pollution_sex_both_ag_57d75277" BIGINT,
"deaths_cause_all_causes_risk_high_body_mass_index_sex__0ab68ab2" BIGINT,
"deaths_cause_all_causes_risk_unsafe_sanitation_sex_bot_769695cd" BIGINT,
"deaths_cause_all_causes_risk_no_access_to_handwashing__d22ef465" BIGINT,
"deaths_cause_all_causes_risk_drug_use_sex_both_age_all_ff53b46e" BIGINT,
"deaths_cause_all_causes_risk_low_bone_mineral_density__0011ff40" BIGINT,
"deaths_cause_all_causes_risk_vitamin_a_deficiency_sex__1b749459" BIGINT,
"deaths_cause_all_causes_risk_child_stunting_sex_both_a_8f7eb8cb" BIGINT,
"deaths_cause_all_causes_risk_discontinued_breastfeedin_0b193825" BIGINT,
"deaths_cause_all_causes_risk_non_exclusive_breastfeedi_254d4816" BIGINT,
"deaths_cause_all_causes_risk_iron_deficiency_sex_both__054f5981" BIGINT
);
CREATE TABLE outdoor_pollution_death_rate (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"deaths_cause_all_causes_risk_outdoor_air_pollution_owi_92cbd17e" DOUBLE
);
CREATE TABLE outdoor_pollution_deaths_1990_2017 (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"deaths_cause_all_causes_risk_outdoor_air_pollution_owi_2223f033" DOUBLE,
"continent" VARCHAR,
"deaths_cause_all_causes_risk_outdoor_air_pollution_owi_8f7238b7" DOUBLE,
"year_1" DOUBLE
);
CREATE TABLE outdoor_pollution_rate_vs_gdp (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"deaths_cause_all_causes_risk_outdoor_air_pollution_owi_92cbd17e" DOUBLE,
"gdp_per_capita_ppp_constant_2017_international" DOUBLE,
"population_historical_estimates" DOUBLE,
"continent" VARCHAR
);
CREATE TABLE outdoor_pollution_rates_by_age (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"deaths_cause_all_causes_risk_outdoor_air_pollution_owi_d93fc0de" DOUBLE,
"deaths_cause_all_causes_risk_outdoor_air_pollution_owi_df837aa7" DOUBLE,
"deaths_cause_all_causes_risk_outdoor_air_pollution_owi_c2e3f523" DOUBLE,
"deaths_cause_all_causes_risk_outdoor_air_pollution_owi_23a1e7aa" DOUBLE,
"deaths_cause_all_causes_risk_outdoor_air_pollution_owi_3f12ec82" DOUBLE
);
CREATE TABLE pm_exposure_1990_2017 (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"pm2_5_air_pollution_mean_annual_exposure_micrograms_pe_a3f395b6" DOUBLE,
"continent" VARCHAR,
"pm2_5_air_pollution_mean_annual_exposure_micrograms_pe_4e462867" DOUBLE,
"year_1" DOUBLE
);
CREATE TABLE pm25_air_pollution (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"pm2_5_air_pollution_mean_annual_exposure_micrograms_pe_a3f395b6" DOUBLE
);
CREATE TABLE share_above_who_pollution_guidelines (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"pm2_5_air_pollution_population_exposed_to_levels_excee_1244c30a" DOUBLE
);
CREATE TABLE share_deaths_outdoor_pollution (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"deaths_cause_all_causes_risk_outdoor_air_pollution_owi_f4775fbd" DOUBLE
);
Anyone who has the link will be able to view this.