ONU Sustainability Of Countries Development
ONU Indexes UNSDG "United Nations Sustainable Development Group" (or simply SDG)
@kaggle.vittoriogiatti_unsdg_united_nations_sustainable_develo_3dfac007
ONU Indexes UNSDG "United Nations Sustainable Development Group" (or simply SDG)
@kaggle.vittoriogiatti_unsdg_united_nations_sustainable_develo_3dfac007
CREATE TABLE unsdg_2002_2021 (
"dt_year" BIGINT,
"dt_date" TIMESTAMP,
"country" VARCHAR,
"region" VARCHAR,
"level_of_development" VARCHAR,
"greenhousegas_emissione_mtco2equivalent" DOUBLE,
"total_government_revenue_proportion_of_gdp_perc" DOUBLE,
"fdi_inflows_millionusd" DOUBLE,
"annual_growth_rate_perc" DOUBLE,
"proportion_of_population_with_primary_reliance_on_clean_fuels_a" DOUBLE,
"mortality_rate_perc" DOUBLE,
"renewable_energy_share_on_the_total_energy_consumption" DOUBLE,
"co2emissions_from_fuel_combustion_in_millions_of_tonnes" DOUBLE,
"fossilfuel_subsidies_consumption_and_production_billionusd" DOUBLE,
"randd_expenditure_proportionofgdp_perc" DOUBLE,
"national_action_plans_as_priority_national_policies" DOUBLE,
"number_of_companies_publishing_sustainability_reports" DOUBLE,
"education_for_sustainable_development" DOUBLE,
"enhance_policy_coherence_for_sustainable_development" DOUBLE,
"land_degraded_over_total_land_area" DOUBLE
);
Anyone who has the link will be able to view this.