Baselight

Human Development Index Historical Data

Historical data for HDI of countries

@kaggle.elmartini_human_development_index_historical_data

Loading...
Loading...

About this Dataset

Human Development Index Historical Data

HDI is a composite index measuring average achievement in three basic dimensions of human development-a long and healthy life, knowledge and a decent standard of living. The HDI is the geometric mean of normalized indices for each of the three dimensions.

Indicators- Life expectancy at birth, Mean Years of Schooling, GNI Per Capita

Tables

Hdi

@kaggle.elmartini_human_development_index_historical_data.hdi
  • 47.4 KB
  • 189 rows
  • 32 columns
Loading...

CREATE TABLE hdi (
  "hdi_rank" BIGINT,
  "country" VARCHAR,
  "n_1990" VARCHAR,
  "n_1991" VARCHAR,
  "n_1992" VARCHAR,
  "n_1993" VARCHAR,
  "n_1994" VARCHAR,
  "n_1995" VARCHAR,
  "n_1996" VARCHAR,
  "n_1997" VARCHAR,
  "n_1998" VARCHAR,
  "n_1999" VARCHAR,
  "n_2000" VARCHAR,
  "n_2001" VARCHAR,
  "n_2002" VARCHAR,
  "n_2003" VARCHAR,
  "n_2004" VARCHAR,
  "n_2005" VARCHAR,
  "n_2006" VARCHAR,
  "n_2007" VARCHAR,
  "n_2008" VARCHAR,
  "n_2009" VARCHAR,
  "n_2010" VARCHAR,
  "n_2011" VARCHAR,
  "n_2012" VARCHAR,
  "n_2013" VARCHAR,
  "n_2014" VARCHAR,
  "n_2015" VARCHAR,
  "n_2016" VARCHAR,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE
);

Share link

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