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 inequality_adjusted (
"ihdi_rank" DOUBLE,
"country" VARCHAR,
"human_development_index_hdi" DOUBLE,
"inequality_adjusted_hdi_ihdi" VARCHAR,
"ihdi_loss_percent" VARCHAR,
"ihdi_rank_difference" VARCHAR,
"coefficient_of_human_inequality" VARCHAR,
"inequality_in_life_expectancy" VARCHAR,
"inequality_adjusted_life_expectancy_index" VARCHAR,
"inequality_in_education" VARCHAR,
"inequality_adjusted_education_index" VARCHAR,
"inequality_in_income" VARCHAR,
"inequality_adjusted_income_index" VARCHAR,
"income_inequality_quintile_ratio" VARCHAR,
"income_inequality_palma_rati" VARCHAR,
"income_inequality_gini_coefficient" VARCHAR
);
Anyone who has the link will be able to view this.