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
  • 48.54 kB
  • 189 rows
  • 32 columns
Loading...
CREATE TABLE hdi (
  "hdi_rank" BIGINT,
  "country" VARCHAR,
  "n_1990" VARCHAR  -- 1990,
  "n_1991" VARCHAR  -- 1991,
  "n_1992" VARCHAR  -- 1992,
  "n_1993" VARCHAR  -- 1993,
  "n_1994" VARCHAR  -- 1994,
  "n_1995" VARCHAR  -- 1995,
  "n_1996" VARCHAR  -- 1996,
  "n_1997" VARCHAR  -- 1997,
  "n_1998" VARCHAR  -- 1998,
  "n_1999" VARCHAR  -- 1999,
  "n_2000" VARCHAR  -- 2000,
  "n_2001" VARCHAR  -- 2001,
  "n_2002" VARCHAR  -- 2002,
  "n_2003" VARCHAR  -- 2003,
  "n_2004" VARCHAR  -- 2004,
  "n_2005" VARCHAR  -- 2005,
  "n_2006" VARCHAR  -- 2006,
  "n_2007" VARCHAR  -- 2007,
  "n_2008" VARCHAR  -- 2008,
  "n_2009" VARCHAR  -- 2009,
  "n_2010" VARCHAR  -- 2010,
  "n_2011" VARCHAR  -- 2011,
  "n_2012" VARCHAR  -- 2012,
  "n_2013" VARCHAR  -- 2013,
  "n_2014" VARCHAR  -- 2014,
  "n_2015" VARCHAR  -- 2015,
  "n_2016" VARCHAR  -- 2016,
  "n_2017" DOUBLE  -- 2017,
  "n_2018" DOUBLE  -- 2018,
  "n_2019" DOUBLE  -- 2019
);

Share link

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