Human Development Report 2015
Countries ranked by human development, gender inequality, and poverty
@kaggle.undp_human_development
Countries ranked by human development, gender inequality, and poverty
@kaggle.undp_human_development
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
);
Anyone who has the link will be able to view this.