Baselight

ONU Sustainability Of Countries Development

ONU Indexes UNSDG "United Nations Sustainable Development Group" (or simply SDG)

@kaggle.vittoriogiatti_unsdg_united_nations_sustainable_develo_3dfac007

Loading...
Loading...

About this Dataset

ONU Sustainability Of Countries Development

Aggregation and manipulation of many ONU UNSDG indexes to assess the sustainability of a country's development. It might be interesting to calculate a custom overall sustainability score, find correlations between indexes and countries, clustering by region and country, and look at the evolution of these over time.

Tables

Unsdg 2002–2021

@kaggle.vittoriogiatti_unsdg_united_nations_sustainable_develo_3dfac007.unsdg_2002_2021
  • 198.36 KB
  • 5176 rows
  • 20 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.