Dataset Viewer
Auto-converted to Parquet Duplicate
country_iso3
stringclasses
1 value
admin_1_name
stringlengths
3
17
mpi
float64
0.09
0.61
headcount_ratio
float64
20.6
88.1
intensity_of_deprivation
float64
42.8
69.7
vulnerable_to_poverty
float64
6.53
25.9
in_severe_poverty
float64
6.21
80.3
survey
stringclasses
1 value
start_date
timestamp[ns, tz=UTC]date
2021-01-01 00:00:00
2021-01-01 00:00:00
end_date
timestamp[ns, tz=UTC]date
2021-12-31 23:59:59
2021-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
BFA
Nord
0.3948
74.1038
53.2808
14.9181
44.931
DHS
2021-01-01T00:00:00
2021-12-31T23:59:59
HDX
2026-04-04
BFA
Centre-Nord
0.4542
82.9628
54.7513
9.6396
51.7893
DHS
2021-01-01T00:00:00
2021-12-31T23:59:59
HDX
2026-04-04
BFA
Est
0.5276
85.562
61.6638
8.0786
66.8687
DHS
2021-01-01T00:00:00
2021-12-31T23:59:59
HDX
2026-04-04
BFA
Cascades
0.3076
60.6503
50.7189
16.6765
32.11
DHS
2021-01-01T00:00:00
2021-12-31T23:59:59
HDX
2026-04-04
BFA
Boucle du Mouhoun
0.3954
73.5923
53.7331
13.7657
44.3571
DHS
2021-01-01T00:00:00
2021-12-31T23:59:59
HDX
2026-04-04
BFA
Sahel
0.6138
88.1119
69.6577
6.5277
80.3394
DHS
2021-01-01T00:00:00
2021-12-31T23:59:59
HDX
2026-04-04
BFA
Centre-Est
0.3702
74.9077
49.4245
11.837
39.8948
DHS
2021-01-01T00:00:00
2021-12-31T23:59:59
HDX
2026-04-04
BFA
Centre-Sud
0.3404
68.9414
49.3779
17.9597
36.9767
DHS
2021-01-01T00:00:00
2021-12-31T23:59:59
HDX
2026-04-04
BFA
Plateau Central
0.3706
72.1097
51.388
14.987
41.2461
DHS
2021-01-01T00:00:00
2021-12-31T23:59:59
HDX
2026-04-04
BFA
Centre
0.0883
20.6048
42.8471
25.9144
6.2118
DHS
2021-01-01T00:00:00
2021-12-31T23:59:59
HDX
2026-04-04
BFA
Centre-Ouest
0.3769
71.3437
52.8243
17.0207
43.2486
DHS
2021-01-01T00:00:00
2021-12-31T23:59:59
HDX
2026-04-04

Burkina Faso 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: BFA.

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


Dataset Characteristics

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

Variables

Geographiccountry_iso3 (BFA), admin_1_name (Boucle du Mouhoun, Cascades, Centre), intensity_of_deprivation (range 42.8471–69.6577), vulnerable_to_poverty (range 6.5277–25.9144), in_severe_poverty (range 6.2118–80.3394) and 1 others.

Temporalstart_date, end_date.

Outcome / Measurementheadcount_ratio (range 20.6048–88.1119).

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

Othermpi (range 0.0883–0.6138).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-burkina-faso-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% BFA
admin_1_name object 7.1% Boucle du Mouhoun, Cascades, Centre
mpi float64 0.0% 0.0883 – 0.6138 (mean 0.3805)
headcount_ratio float64 0.0% 20.6048 – 88.1119 (mean 69.8393)
intensity_of_deprivation float64 0.0% 42.8471 – 69.6577 (mean 53.4122)
vulnerable_to_poverty float64 0.0% 6.5277 – 25.9144 (mean 14.2836)
in_severe_poverty float64 0.0% 6.2118 – 80.3394 (mean 43.4757)
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.0883 0.6138 0.3805 0.3738
headcount_ratio 20.6048 88.1119 69.8393 72.851
intensity_of_deprivation 42.8471 69.6577 53.4122 53.0034
vulnerable_to_poverty 6.5277 25.9144 14.2836 14.9526
in_severe_poverty 6.2118 80.3394 43.4757 42.2473

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_burkina_faso_mpi,
  title     = {Burkina Faso Multidimensional Poverty Index},
  author    = {Oxford Poverty & Human Development Initiative},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/burkina-faso-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
15

Collection including electricsheepafrica/africa-burkina-faso-mpi