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 multidimensional_poverty (
"country" VARCHAR,
"year_and_survey" VARCHAR,
"multidimensional_poverty_index_mpi_hdro" DOUBLE,
"mpi_hdro_percent" DOUBLE,
"multidimensional_poverty_index_mpi_2010" DOUBLE,
"mpi_2010_percent" DOUBLE,
"population_in_multidimensional_poverty" BIGINT,
"intensity_of_deprivation" DOUBLE,
"education_deprivation" DOUBLE,
"health_deprivation" DOUBLE,
"living_standards" DOUBLE,
"population_below_national_poverty_line" VARCHAR,
"population_below_1_25_per_day" VARCHAR
);
Anyone who has the link will be able to view this.