Baselight

Human Development Report 2015

Countries ranked by human development, gender inequality, and poverty

@kaggle.undp_human_development

Historical Index
@kaggle.undp_human_development.historical_index

  • 18.23 KB
  • 195 rows
  • 9 columns
hdi_rank

HDI Rank

country

Country

human_development_index_1990

Human Development Index (1990)

human_development_index_2000

Human Development Index (2000)

human_development_index_2010

Human Development Index (2010)

human_development_index_2011

Human Development Index (2011)

human_development_index_2012

Human Development Index (2012)

human_development_index_2013

Human Development Index (2013)

human_development_index_2014

Human Development Index (2014)

1Norway0.8490.9170.940.9410.9420.9420.944
2Australia0.8650.8980.9270.930.9320.9330.935
3Switzerland0.8310.8880.9240.9250.9270.9280.93
4Denmark0.7990.8620.9080.920.9210.9230.923
5Netherlands0.8290.8770.9090.9190.920.920.922
6Germany0.8010.8550.9060.9110.9150.9150.916
6Ireland0.7700.8610.9080.9090.910.9120.916
8United States0.8590.8830.9090.9110.9120.9130.915
9Canada0.8490.8670.9030.9090.910.9120.913
9New Zealand0.8200.8740.9050.9070.9090.9110.913

CREATE TABLE historical_index (
  "hdi_rank" DOUBLE,
  "country" VARCHAR,
  "human_development_index_1990" VARCHAR,
  "human_development_index_2000" VARCHAR,
  "human_development_index_2010" DOUBLE,
  "human_development_index_2011" DOUBLE,
  "human_development_index_2012" DOUBLE,
  "human_development_index_2013" DOUBLE,
  "human_development_index_2014" DOUBLE
);

Share link

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