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