Multidimensional Poverty Measures
Harmonized Dataset for Comparisons Over Time
@kaggle.mitchellreynolds_multidimensional_poverty_measures
Harmonized Dataset for Comparisons Over Time
@kaggle.mitchellreynolds_multidimensional_poverty_measures
CREATE TABLE subnational_mpi_across_time (
"unnamed_0" BIGINT,
"country" VARCHAR,
"region" VARCHAR,
"year1" BIGINT,
"year2" BIGINT,
"mpi_year1" DOUBLE,
"mpi_year2" DOUBLE,
"mpi_annualized_change" DOUBLE,
"headcount_ratio_year1" DOUBLE,
"headcount_ratio_year2" DOUBLE,
"headcount_ratio_annualized_change" DOUBLE,
"poverty_intensity_year1" DOUBLE,
"poverty_intensity_year2" DOUBLE,
"poverty_intensity_annualized_change" DOUBLE,
"mpi_stat_sig" VARCHAR,
"headcount_ratio_stat_sig" VARCHAR,
"poverty_intensity_stat_sig" VARCHAR,
"total_population_year1" BIGINT,
"total_population_year2" BIGINT,
"nb_poor_year1" BIGINT,
"nb_poor_year2" BIGINT
);
Anyone who has the link will be able to view this.