Baselight

Human Development Report 2015

Countries ranked by human development, gender inequality, and poverty

@kaggle.undp_human_development

Gender Inequality
@kaggle.undp_human_development.gender_inequality

  • 18.22 KB
  • 195 rows
  • 10 columns
gii_rank

GII Rank

country

Country

gender_inequality_index_gii

Gender Inequality Index (GII)

maternal_mortality_ratio

Maternal Mortality Ratio

adolescent_birth_rate

Adolescent Birth Rate

percent_representation_in_parliament

Percent Representation In Parliament

population_with_secondary_education_female

Population With Secondary Education (Female)

population_with_secondary_education_male

Population With Secondary Education (Male)

labour_force_participation_rate_female

Labour Force Participation Rate (Female)

labour_force_participation_rate_male

Labour Force Participation Rate (Male)

1Norway0.06747.839.697.496.761.268.7
2Australia0.11612.130.594.394.658.871.8
3Switzerland0.02861.928.59596.661.874.9
4Denmark0.04855.13895.596.658.766.4
5Netherlands0.06266.236.987.790.558.570.6
6Germany0.04173.836.996.39753.666.4
6Ireland0.11398.219.980.578.653.168.1
8United States0.28283119.495.194.856.368.9
9Canada0.1291114.528.210010061.671
9New Zealand0.157825.331.49595.36273.8

CREATE TABLE gender_inequality (
  "gii_rank" DOUBLE,
  "country" VARCHAR,
  "gender_inequality_index_gii" VARCHAR,
  "maternal_mortality_ratio" VARCHAR,
  "adolescent_birth_rate" VARCHAR,
  "percent_representation_in_parliament" VARCHAR,
  "population_with_secondary_education_female" VARCHAR,
  "population_with_secondary_education_male" VARCHAR,
  "labour_force_participation_rate_female" VARCHAR,
  "labour_force_participation_rate_male" VARCHAR
);

Share link

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