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_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
);
Anyone who has the link will be able to view this.