Baselight

Human Development Report 2015

Countries ranked by human development, gender inequality, and poverty

@kaggle.undp_human_development

Human Development
@kaggle.undp_human_development.human_development

  • 14.74 KB
  • 195 rows
  • 8 columns
hdi_rank

HDI Rank

country

Country

human_development_index_hdi

Human Development Index (HDI)

life_expectancy_at_birth

Life Expectancy At Birth

expected_years_of_education

Expected Years Of Education

mean_years_of_education

Mean Years Of Education

gross_national_income_gni_per_capita

Gross National Income (GNI) Per Capita

gni_per_capita_rank_minus_hdi_rank

GNI Per Capita Rank Minus HDI Rank

1Norway0.94481.617.512.6649925
2Australia0.93582.420.2134226117
3Switzerland0.938315.812.8564316
4Denmark0.92380.218.712.74402511
5Netherlands0.92281.617.911.9454359
6Germany0.91680.916.513.14391911
6Ireland0.91680.918.612.23956816
8United States0.91579.116.512.9529473
9Canada0.9138215.9134215511
9New Zealand0.91381.819.212.53268923

CREATE TABLE human_development (
  "hdi_rank" DOUBLE,
  "country" VARCHAR,
  "human_development_index_hdi" DOUBLE,
  "life_expectancy_at_birth" DOUBLE,
  "expected_years_of_education" DOUBLE,
  "mean_years_of_education" DOUBLE,
  "gross_national_income_gni_per_capita" BIGINT,
  "gni_per_capita_rank_minus_hdi_rank" DOUBLE
);

Share link

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