Baselight

Human Development Report 2015

Countries ranked by human development, gender inequality, and poverty

@kaggle.undp_human_development

Gender Development
@kaggle.undp_human_development.gender_development

  • 22.4 KB
  • 195 rows
  • 13 columns
gdi_rank

GDI Rank

country

Country

gender_development_index_gdi

Gender Development Index (GDI)

human_development_index_female

Human Development Index (Female)

human_development_index_male

Human Development Index (Male)

life_expectancy_at_birth_female

Life Expectancy At Birth (Female)

life_expectancy_at_birth_male

Life Expectancy At Birth (Male)

expected_years_of_education_female

Expected Years Of Education (Female)

expected_years_of_education_male

Expected Years Of Education (Male)

mean_years_of_education_female

Mean Years Of Education (Female)

mean_years_of_education_male

Mean Years Of Education (Male)

estimated_gross_national_income_per_capita_female

Estimated Gross National Income Per Capita (Female)

estimated_gross_national_income_per_capita_male

Estimated Gross National Income Per Capita (Male)

1Norway0.9960.940.94483.679.518.216.812.712.55714072825
2Australia0.9760.9220.94584.580.320.719.713.112.93368850914
3Switzerland0.950.8980.9458580.815.715.911.513.14413269077
4Denmark0.9770.9120.93482.278.319.318.112.812.73643951727
5Netherlands0.9470.8930.94383.379.71817.911.612.22950061641
6Germany0.9630.9010.93683.378.516.316.612.913.83488653290
6Ireland0.9730.9010.9268378.818.518.712.3123010449166
8United States0.9950.9110.91681.476.717.215.71312.94305463158
9Canada0.9820.9040.921848016.315.513.1133358750853
9New Zealand0.9610.8940.9383.6802018.312.512.62430941372

CREATE TABLE gender_development (
  "gdi_rank" DOUBLE,
  "country" VARCHAR,
  "gender_development_index_gdi" VARCHAR,
  "human_development_index_female" VARCHAR,
  "human_development_index_male" VARCHAR,
  "life_expectancy_at_birth_female" VARCHAR,
  "life_expectancy_at_birth_male" VARCHAR,
  "expected_years_of_education_female" VARCHAR,
  "expected_years_of_education_male" VARCHAR,
  "mean_years_of_education_female" VARCHAR,
  "mean_years_of_education_male" VARCHAR,
  "estimated_gross_national_income_per_capita_female" VARCHAR,
  "estimated_gross_national_income_per_capita_male" VARCHAR
);

Share link

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