Dataset Viewer
Auto-converted to Parquet Duplicate
country_iso3
stringclasses
1 value
admin_1_pcode
stringclasses
9 values
admin_1_name
stringclasses
9 values
mpi
float64
0.18
0.53
headcount_ratio
float64
33.3
90
intensity_of_deprivation
float64
45.8
58.8
vulnerable_to_poverty
float64
7.26
29.9
in_severe_poverty
float64
20.5
69.8
survey
stringclasses
1 value
start_date
timestamp[ns, tz=UTC]date
2019-01-01 00:00:00
2019-01-01 00:00:00
end_date
timestamp[ns, tz=UTC]date
2019-12-31 23:59:59
2019-12-31 23:59:59
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-04 00:00:00
2026-04-04 00:00:00
ETH
ET12
Gambela
0.2481
54.1212
45.8477
29.9259
21.6126
DHS
2019-01-01T00:00:00
2019-12-31T23:59:59
HDX
2026-04-04
ETH
ET05
Somali
0.5295
89.9963
58.8349
7.2558
69.7939
DHS
2019-01-01T00:00:00
2019-12-31T23:59:59
HDX
2026-04-04
ETH
ET02
Afar
0.4865
84.6677
57.4609
7.631
62.2944
DHS
2019-01-01T00:00:00
2019-12-31T23:59:59
HDX
2026-04-04
ETH
ET01
Tigray
0.305
58.0423
52.5435
16.2162
33.8002
DHS
2019-01-01T00:00:00
2019-12-31T23:59:59
HDX
2026-04-04
ETH
ET15
Dire Dawa
0.1776
33.2518
53.414
13.1028
20.5092
DHS
2019-01-01T00:00:00
2019-12-31T23:59:59
HDX
2026-04-04
ETH
ET04
Oromia
0.3845
71.5008
53.7803
17.1899
44.384
DHS
2019-01-01T00:00:00
2019-12-31T23:59:59
HDX
2026-04-04
ETH
ET07
Snnpr
0.3626
69.5917
52.0974
23.9778
41.15
DHS
2019-01-01T00:00:00
2019-12-31T23:59:59
HDX
2026-04-04
ETH
ET03
Amhara
0.3603
69.2821
52.0087
20.9657
38.6099
DHS
2019-01-01T00:00:00
2019-12-31T23:59:59
HDX
2026-04-04
ETH
ET06
Benishangul-Gumuz
0.3409
65.3798
52.1472
25.5741
33.563
DHS
2019-01-01T00:00:00
2019-12-31T23:59:59
HDX
2026-04-04

Ethiopia Multidimensional Poverty Index

Publisher: Oxford Poverty & Human Development Initiative · Source: HDX · License: other-pd-nr · Updated: 2026-03-05


Abstract

The global Multidimensional Poverty Index provides the only comprehensive measure available for non-income poverty, which has become a critical underpinning of the SDGs. The global Multidimensional Poverty Index (MPI) measures multidimensional poverty in over 100 developing countries, using internationally comparable datasets and is updated annually. The measure captures the acute deprivations that each person faces at the same time using information from 10 indicators, which are grouped into three equally weighted dimensions: health, education, and living standards. Critically, the MPI comprises variables that are already reported under the Demographic Health Surveys (DHS), the Multi-Indicator Cluster Surveys (MICS) and in some cases, national surveys.

The subnational multidimensional poverty data from the data tables are published by the Oxford Poverty and Human Development Initiative (OPHI), University of Oxford. For the details of the global MPI methodology, please see the latest Methodological Notes found here.

Each row in this dataset represents country-level aggregates. Data was last updated on HDX on 2026-03-05. Geographic scope: ETH.

Curated into ML-ready Parquet format by Electric Sheep Africa.


Dataset Characteristics

Domain Public health
Unit of observation Country-level aggregates
Rows (total) 12
Columns 13 (5 numeric, 6 categorical, 0 datetime)
Train split 9 rows
Test split 2 rows
Geographic scope ETH
Publisher Oxford Poverty & Human Development Initiative
HDX last updated 2026-03-05

Variables

Geographiccountry_iso3 (ETH), admin_1_pcode (ET01, ET02, ET03), admin_1_name (Tigray, Afar, Amhara), intensity_of_deprivation (range 37.9722–58.8349), vulnerable_to_poverty (range 7.2558–29.9259) and 2 others.

Temporalstart_date, end_date.

Outcome / Measurementheadcount_ratio (range 11.4058–89.9963).

Identifier / Metadataesa_source (HDX), esa_processed (2026-04-04).

Othermpi (range 0.0433–0.5295).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-ethiopia-mpi")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

Column Type Null % Range / Sample Values
country_iso3 object 0.0% ETH
admin_1_pcode object 8.3% ET01, ET02, ET03
admin_1_name object 8.3% Tigray, Afar, Amhara
mpi float64 0.0% 0.0433 – 0.5295 (mean 0.3205)
headcount_ratio float64 0.0% 11.4058 – 89.9963 (mean 60.1622)
intensity_of_deprivation float64 0.0% 37.9722 – 58.8349 (mean 51.8225)
vulnerable_to_poverty float64 0.0% 7.2558 – 29.9259 (mean 16.7524)
in_severe_poverty float64 0.0% 1.2941 – 69.7939 (mean 36.2955)
survey object 0.0% DHS
start_date datetime64[ns, UTC] 0.0%
end_date datetime64[ns, UTC] 0.0%
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-04

Numeric Summary

Column Min Max Mean Median
mpi 0.0433 0.5295 0.3205 0.3506
headcount_ratio 11.4058 89.9963 60.1622 67.0584
intensity_of_deprivation 37.9722 58.8349 51.8225 52.4864
vulnerable_to_poverty 7.2558 29.9259 16.7524 16.7031
in_severe_poverty 1.2941 69.7939 36.2955 36.205

Curation

Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (N/A, null, none, -, unknown, no data, #N/A) were unified to NaN. 2 column(s) were cast from string to numeric or datetime based on parse-success rate (>85% threshold). The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.


Limitations

  • Data originates from Oxford Poverty & Human Development Initiative and has not been independently validated by ESA.
  • Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
  • Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

@dataset{hdx_africa_ethiopia_mpi,
  title     = {Ethiopia Multidimensional Poverty Index},
  author    = {Oxford Poverty & Human Development Initiative},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/ethiopia-mpi},
  note      = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}

Electric Sheep Africa — Africa's ML dataset infrastructure. Lagos, Nigeria.

Downloads last month
14

Collections including electricsheepafrica/africa-ethiopia-mpi