Dataset Viewer
Auto-converted to Parquet Duplicate
country
stringclasses
9 values
nutrition
stringclasses
3 values
affected_2017
stringlengths
6
9
in_need_2017
stringlengths
6
9
targeted_2017
stringlengths
6
14
targeted
float64
0
100
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-05 00:00:00
2026-04-05 00:00:00
Nigeria
GAM
956,093
956,093
567,986
59
HDX
2026-04-05
Gambia
PLW
null
null
null
null
HDX
2026-04-05
Cameroon
GAM
272,565
272,565
154,671
57
HDX
2026-04-05
Gambia
GAM
null
null
null
null
HDX
2026-04-05
Mauritania
GAM
119,999
92,326
78,477
85
HDX
2026-04-05
Burkina Faso
MAM
433,412
433,412
_
0
HDX
2026-04-05
Gambia
MAM
null
null
null
null
HDX
2026-04-05
Mali
MAM
479,841
478,000
335,000
70
HDX
2026-04-05
Cameroon
MAM
209,647
209,647
98,045
47
HDX
2026-04-05
Niger
GAM
1,135,999
1,135,999
883,710
78
HDX
2026-04-05
Mali
PLW
58,565
58,500
49,000
84
HDX
2026-04-05
Chad
MAM
330,211
330,211
330,211
100
HDX
2026-04-05
Nigeria
PLW
208,012
208,012
104,006
50
HDX
2026-04-05
Mauritania
PLW
44,534
24,865
21,135
85
HDX
2026-04-05
Senegal
GAM
445,944
189,856
151,885
80
HDX
2026-04-05
Senegal
PLW
245,659
245,659
22,800
9
HDX
2026-04-05
Cameroon
PLW
39,320
39,320
35,388
90
HDX
2026-04-05
Niger
MAM
888,499
888,499
636,210
72
HDX
2026-04-05
Burkina Faso
GAM
621,582
621,582
358,073
58
HDX
2026-04-05
Mali
GAM
622,368
620,000
442,000
71
HDX
2026-04-05
Burkina Faso
PLW
239,000
239,000
119,799
50
HDX
2026-04-05
Mauritania
MAM
97,632
73,175
62,199
85
HDX
2026-04-05

Sahel : Humanitarian Needs Overview

Publisher: OCHA West and Central Africa (ROWCA) · Source: HDX · License: cc-by · Updated: 2025-09-04


Abstract

This dataset is produced by the United Nations for the Coordination of Humanitarian Affairs (OCHA) in collaboration with humanitarian partners. It covers the period from January to December 2017 and was issued on December 2016.

Each row in this dataset represents country-level aggregates. Data was last updated on HDX on 2025-09-04. Geographic scope: BEN, BFA, CMR, TCD, GMB, MLI, NER, NGA, and 1 others.

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


Dataset Characteristics

Domain Humanitarian and development data
Unit of observation Country-level aggregates
Rows (total) 28
Columns 8 (1 numeric, 7 categorical, 0 datetime)
Train split 22 rows
Test split 5 rows
Geographic scope BEN, BFA, CMR, TCD, GMB, MLI, NER, NGA, and 1 others
Publisher OCHA West and Central Africa (ROWCA)
HDX last updated 2025-09-04

Variables

Geographiccountry (Burkina Faso, Cameroon, Chad).

Outcome / Measurementaffected_2017 (#affected, 119,999, 208,012).

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

Othernutrition (MAM, GAM, PLW), in_need_2017 (#inneed, 92,326, 208,012), targeted_2017 (#targeted, 78,477, 104,006), targeted (range 0.0–100.0).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-sahel-humanitarian-needs-overview")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

Column Type Null % Range / Sample Values
country object 0.0% Burkina Faso, Cameroon, Chad
nutrition object 0.0% MAM, GAM, PLW
affected_2017 object 10.7% #affected, 119,999, 208,012
in_need_2017 object 10.7% #inneed, 92,326, 208,012
targeted_2017 object 10.7% #targeted, 78,477, 104,006
targeted float64 14.3% 0.0 – 100.0 (mean 64.2083)
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-05

Numeric Summary

Column Min Max Mean Median
targeted 0.0 100.0 64.2083 70.5

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) 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 OCHA West and Central Africa (ROWCA) and has not been independently validated by ESA.
  • Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
  • This dataset spans 9 countries; geographic and methodological inconsistencies across national boundaries may affect cross-country comparability.
  • Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

@dataset{hdx_africa_sahel_humanitarian_needs_overview,
  title     = {Sahel : Humanitarian Needs Overview},
  author    = {OCHA West and Central Africa (ROWCA)},
  year      = {2025},
  url       = {https://data.humdata.org/dataset/sahel-humanitarian-needs-overview},
  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
33

Collection including electricsheepafrica/africa-sahel-humanitarian-needs-overview