Dataset Viewer
Auto-converted to Parquet Duplicate
country_iso3
stringclasses
1 value
admin_1_name
stringlengths
4
13
mpi
float64
0.03
0.63
headcount_ratio
float64
7.29
96.3
intensity_of_deprivation
float64
42.2
65.3
vulnerable_to_poverty
float64
3.53
28
in_severe_poverty
float64
0.98
85.1
survey
stringclasses
1 value
start_date
timestamp[ns, tz=UTC]date
2016-01-01 00:00:00
2016-01-01 00:00:00
end_date
timestamp[ns, tz=UTC]date
2016-12-31 23:59:59
2016-12-31 23:59:59
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-05 00:00:00
2026-04-05 00:00:00
UGA
Teso
0.3195
65.0688
49.1079
21.8549
29.2047
DHS
2016-01-01T00:00:00
2016-12-31T23:59:59
HDX
2026-04-05
UGA
North Buganda
0.211
45.6642
46.2176
25.5311
17.2334
DHS
2016-01-01T00:00:00
2016-12-31T23:59:59
HDX
2026-04-05
UGA
Karamoja
0.6289
96.2579
65.3329
3.5299
85.0563
DHS
2016-01-01T00:00:00
2016-12-31T23:59:59
HDX
2026-04-05
UGA
Kigezi
0.2669
57.359
46.5285
27.9737
19.4578
DHS
2016-01-01T00:00:00
2016-12-31T23:59:59
HDX
2026-04-05
UGA
Ankole
0.281
58.1987
48.281
27.4224
23.0024
DHS
2016-01-01T00:00:00
2016-12-31T23:59:59
HDX
2026-04-05
UGA
West Nile
0.4117
78.1559
52.6726
15.83
43.7571
DHS
2016-01-01T00:00:00
2016-12-31T23:59:59
HDX
2026-04-05
UGA
Bukedi
0.3029
64.1864
47.1948
24.4856
27.8597
DHS
2016-01-01T00:00:00
2016-12-31T23:59:59
HDX
2026-04-05
UGA
Kampala
0.0307
7.2853
42.1965
24.5488
0.9757
DHS
2016-01-01T00:00:00
2016-12-31T23:59:59
HDX
2026-04-05
UGA
Lango
0.3513
70.7695
49.6409
22.3001
33.2051
DHS
2016-01-01T00:00:00
2016-12-31T23:59:59
HDX
2026-04-05
UGA
South Buganda
0.153
32.9468
46.434
25.3117
10.5962
DHS
2016-01-01T00:00:00
2016-12-31T23:59:59
HDX
2026-04-05
UGA
Bugisu
0.2971
62.8629
47.266
27.2192
25.3483
DHS
2016-01-01T00:00:00
2016-12-31T23:59:59
HDX
2026-04-05
UGA
Busoga
0.2539
54.2187
46.823
27.334
21.5134
DHS
2016-01-01T00:00:00
2016-12-31T23:59:59
HDX
2026-04-05

Uganda 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: UGA.

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


Dataset Characteristics

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

Variables

Geographiccountry_iso3 (UGA), admin_1_name (Acholi, Ankole, Bugisu), intensity_of_deprivation (range 42.1965–65.3329), vulnerable_to_poverty (range 3.5299–27.9737), in_severe_poverty (range 0.9757–85.0563) and 1 others.

Temporalstart_date, end_date.

Outcome / Measurementheadcount_ratio (range 7.2853–96.2579).

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

Othermpi (range 0.0307–0.6289).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-uganda-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% UGA
admin_1_name object 6.2% Acholi, Ankole, Bugisu
mpi float64 0.0% 0.0307 – 0.6289 (mean 0.3001)
headcount_ratio float64 0.0% 7.2853 – 96.2579 (mean 59.5395)
intensity_of_deprivation float64 0.0% 42.1965 – 65.3329 (mean 49.1746)
vulnerable_to_poverty float64 0.0% 3.5299 – 27.9737 (mean 22.5023)
in_severe_poverty float64 0.0% 0.9757 – 85.0563 (mean 28.7531)
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-05

Numeric Summary

Column Min Max Mean Median
mpi 0.0307 0.6289 0.3001 0.3
headcount_ratio 7.2853 96.2579 59.5395 63.0349
intensity_of_deprivation 42.1965 65.3329 49.1746 48.3451
vulnerable_to_poverty 3.5299 27.9737 22.5023 24.5172
in_severe_poverty 0.9757 85.0563 28.7531 26.4735

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. 1 column(s) with >80% missing values were removed: admin_1_pcode. 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_uganda_mpi,
  title     = {Uganda Multidimensional Poverty Index},
  author    = {Oxford Poverty & Human Development Initiative},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/uganda-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
34

Collection including electricsheepafrica/africa-uganda-mpi