Dataset Viewer
Auto-converted to Parquet Duplicate
country_iso3
stringclasses
1 value
admin_1_pcode
stringclasses
5 values
admin_1_name
stringclasses
10 values
mpi
float64
0.01
0.44
headcount_ratio
float64
1.38
76.3
intensity_of_deprivation
float64
36.8
58.5
vulnerable_to_poverty
float64
14.3
28.6
in_severe_poverty
float64
0
52
survey
stringclasses
1 value
start_date
timestamp[ns, tz=UTC]date
2018-01-01 00:00:00
2018-01-01 00:00:00
end_date
timestamp[ns, tz=UTC]date
2018-12-31 23:59:59
2018-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
CMR
CM003
Ouest
0.0995
23.6058
42.1408
28.5958
5.744
DHS
2018-01-01T00:00:00
2018-12-31T23:59:59
HDX
2026-04-04
CMR
null
Yaoundé
0.0054
1.3751
39.3431
15.0169
0.0903
DHS
2018-01-01T00:00:00
2018-12-31T23:59:59
HDX
2026-04-04
CMR
null
Est
0.3037
58.2299
52.1632
15.0822
34.5629
DHS
2018-01-01T00:00:00
2018-12-31T23:59:59
HDX
2026-04-04
CMR
null
Douala
0.0087
2.3597
36.8114
14.4551
0
DHS
2018-01-01T00:00:00
2018-12-31T23:59:59
HDX
2026-04-04
CMR
CM010
Sud-Ouest
0.0343
8.9767
38.1875
14.9287
1.3159
DHS
2018-01-01T00:00:00
2018-12-31T23:59:59
HDX
2026-04-04
CMR
null
Sud
0.1369
34.5002
39.6941
20.329
5.4108
DHS
2018-01-01T00:00:00
2018-12-31T23:59:59
HDX
2026-04-04
CMR
CM002
Centre
0.1985
43.7613
45.3516
20.1835
15.8144
DHS
2018-01-01T00:00:00
2018-12-31T23:59:59
HDX
2026-04-04
CMR
CM006
Nord
0.4257
72.73
58.5345
14.3337
51.9616
DHS
2018-01-01T00:00:00
2018-12-31T23:59:59
HDX
2026-04-04
CMR
null
Extrême-Nord
0.4376
76.2873
57.3567
15.0243
50.4496
DHS
2018-01-01T00:00:00
2018-12-31T23:59:59
HDX
2026-04-04
CMR
CM001
Adamaoua
0.3878
67.7856
57.2091
15.7154
45.0061
DHS
2018-01-01T00:00:00
2018-12-31T23:59:59
HDX
2026-04-04

Cameroon Multidimensional Poverty Index | Africa (original)

Size category: n<1K - Formats: parquet - Sector: health - Engineered by Electric Sheep Africa

size sector downloads license

TL;DR

This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.

What This Dataset Covers

Health datasets help researchers examine disease burden, service delivery, risk factors, outcomes, and public-health program performance.

Dataset context from the existing Hugging Face card: Cameroon 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… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-cameroon-mpi.

Dataset Profile

Field Value
Hugging Face repo electricsheepafrica/africa-cameroon-mpi
Sector health
Topic tags humanitarian, hdx, electric-sheep-africa, development, education, health, indicators, mortality, nutrition, poverty, socioeconomics, cmr
Modalities tabular, text
Formats parquet
Size category n<1K
Countries Cameroon
ISO3 coverage CMR
Last modified on HF 2026-04-04 15:07:30+00:00
Inventory snapshot 2026-07-16T16:00:34Z

How To Read This Dataset

  • Start from the repository files and the dataset viewer when available.
  • Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
  • Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
  • Preserve missing values until you have a defensible imputation rule.

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-cameroon-mpi")
print(ds)

split_name = next(iter(ds))
table = ds[split_name]
print(table.features)
print(table[:3])

Convert To Pandas When Tabular

from datasets import Dataset

first_split = ds[next(iter(ds))]
if isinstance(first_split, Dataset):
    df = first_split.to_pandas()
    print(df.head())

Data Quality Notes

  • This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
  • Exact schema, row counts, and source files should be inspected in the repository data files.
  • Metadata gaps from the inventory: upstream_publisher.
  • Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.

Source And Provenance

Suggested Analyses

  • Inspect schema and missingness before modeling.
  • Profile variables by geography, time, and subgroup columns where present.
  • Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
  • Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.

Citation

@misc{electric_sheep_africa_africa_cameroon_mpi_2026,
  title        = {Cameroon Multidimensional Poverty Index | Africa (original)},
  author       = {original},
  year         = {2026},
  url          = {https://huggingface.co/datasets/electricsheepafrica/africa-cameroon-mpi},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-cameroon-mpi}}
}

License

Released under Source-specific or other license.

Original source rights remain with the original publisher or data provider. Electric Sheep Africa engineering standardizes discovery metadata, documentation, and usage guidance for analysis on Hugging Face.

About Electric Sheep Africa

Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.


Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: catalog/esa_metadata_inventory/master_metadata.jsonl.

Downloads last month
34

Collection including electricsheepafrica/africa-cameroon-mpi