Dataset Viewer
Auto-converted to Parquet Duplicate
country_iso3
stringclasses
1 value
admin_1_pcode
stringlengths
4
4
admin_1_name
stringlengths
6
14
mpi
float64
0.03
0.49
headcount_ratio
float64
8.1
83.8
intensity_of_deprivation
float64
41.7
58.8
vulnerable_to_poverty
float64
10.8
23.2
in_severe_poverty
float64
2.14
62.9
survey
stringclasses
1 value
start_date
timestamp[ns, tz=UTC]date
2014-01-01 00:00:00
2014-01-01 00:00:00
end_date
timestamp[ns, tz=UTC]date
2014-12-31 23:59:59
2014-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
SDN
SD07
South Kurdufan
0.4069
70.1564
57.9981
20.7951
46.0866
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD16
River Nile
0.0863
18.3503
47.0476
20.1134
6.9112
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD02
North Darfur
0.4437
83.7289
52.9882
10.8045
51.2219
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD13
North Kurdufan
0.3341
63.0945
52.9598
19.849
37.183
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD15
Al Jazirah
0.1671
34.7602
48.0697
21.9695
15.4247
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD17
Northern
0.0338
8.104
41.683
20.3793
2.1372
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD01
Khartoum
0.0711
16.229
43.7966
16.4974
5.291
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD08
Blue Nile
0.3712
70.615
52.5627
15.5508
40.945
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD18
West Kurdufan
0.4684
81.4115
57.5385
12.8772
55.4175
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD03
South Darfur
0.3991
72.151
55.3197
17.9735
44.5383
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD11
Kassala
0.3606
65.4913
55.0657
13.6131
42.346
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD06
Central Darfur
0.4917
83.819
58.6648
11.5181
62.8671
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD09
White Nile
0.2569
51.5504
49.8284
23.1703
25.1578
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD14
Sinnar
0.2708
51.295
52.7958
17.1371
29.5549
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05
SDN
SD05
East Darfur
0.4501
76.5857
58.7704
16.9802
54.0586
MICS
2014-01-01T00:00:00
2014-12-31T23:59:59
HDX
2026-04-05

Sudan 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: SDN.

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


Dataset Characteristics

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

Variables

Geographiccountry_iso3 (SDN), admin_1_pcode (SD01, SD10, SD17), admin_1_name (Al Qadarif, Khartoum, Northern), intensity_of_deprivation (range 41.683–58.7704), vulnerable_to_poverty (range 10.8045–23.1703) and 2 others.

Temporalstart_date, end_date.

Outcome / Measurementheadcount_ratio (range 8.104–83.819).

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

Othermpi (range 0.0338–0.4917).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-sudan-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% SDN
admin_1_pcode object 10.5% SD01, SD10, SD17
admin_1_name object 5.3% Al Qadarif, Khartoum, Northern
mpi float64 0.0% 0.0338 – 0.4917 (mean 0.3136)
headcount_ratio float64 0.0% 8.104 – 83.819 (mean 57.503)
intensity_of_deprivation float64 0.0% 41.683 – 58.7704 (mean 52.7743)
vulnerable_to_poverty float64 0.0% 10.8045 – 23.1703 (mean 17.2263)
in_severe_poverty float64 0.0% 2.1372 – 62.8671 (mean 35.6842)
survey object 0.0% MICS
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.0338 0.4917 0.3136 0.3606
headcount_ratio 8.104 83.819 57.503 65.4913
intensity_of_deprivation 41.683 58.7704 52.7743 52.9882
vulnerable_to_poverty 10.8045 23.1703 17.2263 17.1371
in_severe_poverty 2.1372 62.8671 35.6842 40.945

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_sudan_mpi,
  title     = {Sudan Multidimensional Poverty Index},
  author    = {Oxford Poverty & Human Development Initiative},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/sudan-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
44