country_iso3 stringclasses 1
value | admin_1_pcode stringclasses 9
values | admin_1_name stringclasses 9
values | mpi float64 0.01 0.44 | headcount_ratio float64 3.9 76.4 | intensity_of_deprivation float64 36.7 58.1 | vulnerable_to_poverty float64 10.5 25.6 | in_severe_poverty float64 0 53.4 | survey stringclasses 1
value | start_date timestamp[ns, tz=UTC]date 2022-01-01 00:00:00 2022-01-01 00:00:00 | end_date timestamp[ns, tz=UTC]date 2023-12-31 00:00:00 2023-12-31 00:00:00 | esa_source stringclasses 1
value | esa_processed stringdate 2026-04-04 00:00:00 2026-04-04 00:00:00 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
MOZ | MZ08 | Niassa | 0.4259 | 75.1984 | 56.639 | 15.0895 | 50.4488 | DHS | 2022-01-01T00:00:00 | 2023-12-31T00:00:00 | HDX | 2026-04-04 |
MOZ | MZ05 | Maputo | 0.0516 | 11.5584 | 44.6532 | 16.8427 | 3.5679 | DHS | 2022-01-01T00:00:00 | 2023-12-31T00:00:00 | HDX | 2026-04-04 |
MOZ | MZ02 | Gaza | 0.1718 | 38.3534 | 44.8018 | 23.4407 | 12.7346 | DHS | 2022-01-01T00:00:00 | 2023-12-31T00:00:00 | HDX | 2026-04-04 |
MOZ | MZ01 | Cabo Delgado | 0.4254 | 74.4362 | 57.1546 | 14.3334 | 50.3251 | DHS | 2022-01-01T00:00:00 | 2023-12-31T00:00:00 | HDX | 2026-04-04 |
MOZ | MZ11 | Zambezia | 0.4223 | 76.4274 | 55.257 | 14.1466 | 51.2209 | DHS | 2022-01-01T00:00:00 | 2023-12-31T00:00:00 | HDX | 2026-04-04 |
MOZ | MZ04 | Manica | 0.274 | 53.2546 | 51.4489 | 24.8581 | 28.201 | DHS | 2022-01-01T00:00:00 | 2023-12-31T00:00:00 | HDX | 2026-04-04 |
MOZ | MZ07 | Nampula | 0.4364 | 75.0915 | 58.1095 | 14.5021 | 53.3727 | DHS | 2022-01-01T00:00:00 | 2023-12-31T00:00:00 | HDX | 2026-04-04 |
MOZ | MZ03 | Inhambane | 0.2102 | 46.5701 | 45.1367 | 25.6216 | 16.7996 | DHS | 2022-01-01T00:00:00 | 2023-12-31T00:00:00 | HDX | 2026-04-04 |
MOZ | MZ06 | Maputo City | 0.0143 | 3.8957 | 36.7123 | 10.5275 | 0 | DHS | 2022-01-01T00:00:00 | 2023-12-31T00:00:00 | HDX | 2026-04-04 |
Mozambique 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: MOZ.
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 | MOZ |
| Publisher | Oxford Poverty & Human Development Initiative |
| HDX last updated | 2026-03-05 |
Variables
Geographic — country_iso3 (MOZ), admin_1_pcode (MZ01, MZ02, MZ03), admin_1_name (Cabo Delgado, Gaza, Inhambane), intensity_of_deprivation (range 36.7123–58.1095), vulnerable_to_poverty (range 10.5275–25.6216) and 2 others.
Temporal — start_date, end_date.
Outcome / Measurement — headcount_ratio (range 3.8957–76.4274).
Identifier / Metadata — esa_source (HDX), esa_processed (2026-04-04).
Other — mpi (range 0.0143–0.4364).
Quick Start
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-mozambique-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% | MOZ |
admin_1_pcode |
object | 8.3% | MZ01, MZ02, MZ03 |
admin_1_name |
object | 8.3% | Cabo Delgado, Gaza, Inhambane |
mpi |
float64 | 0.0% | 0.0143 – 0.4364 (mean 0.2851) |
headcount_ratio |
float64 | 0.0% | 3.8957 – 76.4274 (mean 53.0577) |
intensity_of_deprivation |
float64 | 0.0% | 36.7123 – 58.1095 (mean 51.0781) |
vulnerable_to_poverty |
float64 | 0.0% | 10.5275 – 25.6216 (mean 17.6795) |
in_severe_poverty |
float64 | 0.0% | 0.0 – 53.3727 (mean 31.7632) |
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.0143 | 0.4364 | 0.2851 | 0.3196 |
headcount_ratio |
3.8957 | 76.4274 | 53.0577 | 58.7486 |
intensity_of_deprivation |
36.7123 | 58.1095 | 51.0781 | 53.9557 |
vulnerable_to_poverty |
10.5275 | 25.6216 | 17.6795 | 16.1059 |
in_severe_poverty |
0.0 | 53.3727 | 31.7632 | 36.4566 |
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_mozambique_mpi,
title = {Mozambique Multidimensional Poverty Index},
author = {Oxford Poverty & Human Development Initiative},
year = {2026},
url = {https://data.humdata.org/dataset/mozambique-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
- 36