Dataset Viewer
Auto-converted to Parquet Duplicate
province
stringlengths
5
11
refugiees
float64
0
26.5k
migrants
float64
0
0
pdis
float64
1k
13.1k
retournees
float64
0
2.87k
autres_civils
float64
72.2k
417k
communautes_hotes
float64
800
10.5k
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-04 00:00:00
2026-04-04 00:00:00
Karusi
0
0
5,000
0
194,809
4,000
HDX
2026-04-04
Rumonge
326
0
13,109
2,870
97,253
10,487
HDX
2026-04-04
Buja Rural
1,467
0
7,000
85
229,915
5,600
HDX
2026-04-04
Muyinga
9,600
0
8,561
0
389,937
6,848
HDX
2026-04-04
Ngozi
7,532
0
1,000
0
274,225
800
HDX
2026-04-04
Rutana
69
0
5,706
0
150,000
4,564
HDX
2026-04-04
Buja Mairie
26,516
0
12,000
4
290,000
9,600
HDX
2026-04-04
Kayanza
13
0
1,500
0
337,713
1,200
HDX
2026-04-04
Ruyigi
19,899
0
7,697
1,107
197,184
6,179
HDX
2026-04-04
Bururi
0
0
4,000
0
88,286
3,200
HDX
2026-04-04
Muramvya
0
0
2,000
0
75,129
1,600
HDX
2026-04-04
Gitega
9
0
9,000
0
417,324
7,200
HDX
2026-04-04
Kirundo
9
0
1,587
157
357,952
1,270
HDX
2026-04-04
Mwaro
0
0
2,000
0
72,245
1,600
HDX
2026-04-04
Cibitoke
427
0
8,856
301
269,700
7,085
HDX
2026-04-04

Burundi: Aperçu des Besoins Humanitaires

Publisher: OCHA Burundi · Source: HDX · License: cc-by · Updated: 2025-07-22


Abstract

Cet ensemble de données présente les besoins humanitaires les plus urgents et le nombre estimé de personnes ayant besoin d'assistance au Burundi.

Each row in this dataset represents first-level administrative unit observations. Data was last updated on HDX on 2025-07-22. Geographic scope: BDI.

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


Dataset Characteristics

Domain Humanitarian and development data
Unit of observation First-level administrative unit observations
Rows (total) 19
Columns 9 (6 numeric, 3 categorical, 0 datetime)
Train split 15 rows
Test split 3 rows
Geographic scope BDI
Publisher OCHA Burundi
HDX last updated 2025-07-22

Variables

Geographicprovince (#adm1+name, Kirundo, Rutana).

Identifier / Metadatarefugiees (range 0.0–26516.0), esa_source (HDX), esa_processed (2026-04-04).

Othermigrants (range 0.0–0.0), pdis (range 1000.0–13109.0), retournees (range 0.0–32155.0), autres_civils (range 72245.0–417324.0), communautes_hotes (range 800.0–26868.0).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-burundi-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
province object 0.0% #adm1+name, Kirundo, Rutana
refugiees float64 5.3% 0.0 – 26516.0 (mean 4444.4444)
migrants float64 5.3% 0.0 – 0.0 (mean 0.0)
pdis float64 5.3% 1000.0 – 13109.0 (mean 6146.7222)
retournees float64 5.3% 0.0 – 32155.0 (mean 2058.2778)
autres_civils float64 5.3% 72245.0 – 417324.0 (mean 222174.8333)
communautes_hotes float64 5.3% 800.0 – 26868.0 (mean 5850.0556)
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-04

Numeric Summary

Column Min Max Mean Median
refugiees 0.0 26516.0 4444.4444 98.5
migrants 0.0 0.0 0.0 0.0
pdis 1000.0 13109.0 6146.7222 5353.0
retournees 0.0 32155.0 2058.2778 0.0
autres_civils 72245.0 417324.0 222174.8333 214772.5
communautes_hotes 800.0 26868.0 5850.0556 4282.0

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. 5 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 Burundi 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_burundi_humanitarian_needs_overview,
  title     = {Burundi: Aperçu des Besoins Humanitaires},
  author    = {OCHA Burundi},
  year      = {2025},
  url       = {https://data.humdata.org/dataset/burundi-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
40

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