Datasets:
annee float64 2.02k 2.02k ⌀ | region stringlengths 3 17 | personnes_affectées float64 0 13.3k ⌀ | esa_source stringclasses 1
value | esa_processed stringdate 2026-04-17 00:00:00 2026-04-17 00:00:00 |
|---|---|---|---|---|
2,023 | CERTRE-OUEST | 0 | HDX | 2026-04-17 |
2,022 | CENTRE-SUD | 2,104 | HDX | 2026-04-17 |
2,022 | NORD | 488 | HDX | 2026-04-17 |
2,021 | PLATEAU CENTRAL | 0 | HDX | 2026-04-17 |
2,022 | HAUTS-BASSINS | 1,414 | HDX | 2026-04-17 |
2,022 | CENTRE-EST | 343 | HDX | 2026-04-17 |
2,022 | SAHEL | 0 | HDX | 2026-04-17 |
2,021 | SAHEL | 877 | HDX | 2026-04-17 |
2,024 | CENTRE-EST | 53 | HDX | 2026-04-17 |
null | #adm1+name | null | HDX | 2026-04-17 |
2,023 | CERTRE-SUD | 0 | HDX | 2026-04-17 |
2,021 | CENTRE-SUD | 1,146 | HDX | 2026-04-17 |
2,022 | BOUCLE DU MOUHOUN | 2,467 | HDX | 2026-04-17 |
2,021 | BOUCLE DU MOUHOUN | 2,490 | HDX | 2026-04-17 |
2,024 | PLATEAU CENTRAL | 36 | HDX | 2026-04-17 |
2,023 | BOUCLE DU MOUHOUN | 50 | HDX | 2026-04-17 |
2,021 | CENTRE-EST | 324 | HDX | 2026-04-17 |
2,023 | SAHEL | 6,725 | HDX | 2026-04-17 |
2,024 | HAUTS-BASSINS | 481 | HDX | 2026-04-17 |
2,021 | CENTRE-NORD | 5,001 | HDX | 2026-04-17 |
2,024 | EST | 247 | HDX | 2026-04-17 |
2,023 | CENTRE-NORD | 0 | HDX | 2026-04-17 |
2,024 | CASCADES | 190 | HDX | 2026-04-17 |
2,021 | SUD-OUEST | 8,058 | HDX | 2026-04-17 |
2,023 | CENTRE-EST | 80 | HDX | 2026-04-17 |
2,022 | PLATEAU CENTRAL | 101 | HDX | 2026-04-17 |
2,022 | SUD-OUEST | 0 | HDX | 2026-04-17 |
2,021 | NORD | 7,382 | HDX | 2026-04-17 |
2,022 | CENTRE-OUEST | 1,688 | HDX | 2026-04-17 |
2,023 | PLATEAU CENTRAL | 0 | HDX | 2026-04-17 |
2,024 | SAHEL | 13,309 | HDX | 2026-04-17 |
Burkina Faso: Suivi des Inondations
Publisher: OCHA Burkina Faso · Source: HDX · License: cc-by · Updated: 2024-12-02
Abstract
Ces données du CONASUR contiennent les informations sur l'impacts des inondations au Burkina Faso en 2021, 2022, 2023 et 2024. Il contient le numbre de personnes ou foyers affectés.
Each row in this dataset represents first-level administrative unit observations. Data was last updated on HDX on 2024-12-02. Geographic scope: BFA.
Curated into ML-ready Parquet format by Electric Sheep Africa.
Dataset Characteristics
| Domain | Climate and environment |
| Unit of observation | First-level administrative unit observations |
| Rows (total) | 39 |
| Columns | 5 (2 numeric, 3 categorical, 0 datetime) |
| Train split | 31 rows |
| Test split | 7 rows |
| Geographic scope | BFA |
| Publisher | OCHA Burkina Faso |
| HDX last updated | 2024-12-02 |
Variables
Geographic — region (BOUCLE DU MOUHOUN, CENTRE-EST, CENTRE-NORD).
Demographic — personnes_affectées (range 0.0–13309.0).
Identifier / Metadata — esa_source (HDX), esa_processed (2026-04-17).
Other — annee (range 2021.0–2024.0).
Quick Start
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-burkina-faso-suivi-des-inondations")
train = ds["train"].to_pandas()
test = ds["test"].to_pandas()
print(train.shape)
train.head()
Schema
| Column | Type | Null % | Range / Sample Values |
|---|---|---|---|
annee |
float64 | 2.6% | 2021.0 – 2024.0 (mean 2022.4474) |
region |
object | 0.0% | BOUCLE DU MOUHOUN, CENTRE-EST, CENTRE-NORD |
personnes_affectées |
float64 | 2.6% | 0.0 – 13309.0 (mean 1914.1579) |
esa_source |
object | 0.0% | HDX |
esa_processed |
object | 0.0% | 2026-04-17 |
Numeric Summary
| Column | Min | Max | Mean | Median |
|---|---|---|---|---|
annee |
2021.0 | 2024.0 | 2022.4474 | 2022.0 |
personnes_affectées |
0.0 | 13309.0 | 1914.1579 | 412.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. 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 OCHA Burkina Faso 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_suivi_des_inondations,
title = {Burkina Faso: Suivi des Inondations},
author = {OCHA Burkina Faso},
year = {2024},
url = {https://data.humdata.org/dataset/burkina-faso-suivi-des-inondations},
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