electricsheepafrica/africa-mauritania-sahel-population-movement-data-16c9f57a
Sahel Population Movement Data | Africa (Mauritania official open data) 169 rows - 1 Africa country - 2021 - Repackaged by Electric Sheep Africa TL;DR This dataset packages one official XLSX resource from Mauritania as ML-ready Parquet. The source file is the provenance boundary; all usable indicators or tabular columns from the resource stay together in this repo. About the source Source: Sahel Population Movement Data Publisher: OCHA West… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-mauritania-sahel-population-movement-data-16c9f57a.
Sahel Population Movement Data | Africa (Mauritania official open data)
169 rows - 1 Africa country - 2021 - Repackaged by Electric Sheep Africa
TL;DR
This dataset packages one official XLSX resource from Mauritania as ML-ready Parquet. The source file is the provenance boundary; all usable indicators or tabular columns from the resource stay together in this repo.
About the source
- Source: Sahel Population Movement Data
- Publisher: OCHA West and Central Africa (ROWCA)
- Resource: Sahel population movement HNRO 2021.xlsx
- Format:
XLSX - License: CC BY 4.0
- Packaging mode:
tabular_resource
Geographic coverage
1 Africa country:
Indicators or Resource Contents
- This source file is packaged as a normalized tabular resource.
Schema
Usage
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-mauritania-sahel-population-movement-data-16c9f57a")
df = ds["train"].to_pandas()
print(df.head())Filter to one country
sample_country = df[df["country_iso3"] == "MRT"]Work with indicators
if "indicator_id" in df.columns:
print(df["indicator_id"].value_counts().head())
sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])Citation
@misc{electric_sheep_africa_africa_mauritania_sahel_population_movement_data_16c9f57a_2021,
title = {Sahel Population Movement Data | Africa (Mauritania official open data)},
author = {OCHA West and Central Africa (ROWCA)},
year = {2021},
url = {https://data.humdata.org/dataset/sahel-population-movement},
publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-mauritania-sahel-population-movement-data-16c9f57a}}
}License
Released under CC BY 4.0.
Original data (c) OCHA West and Central Africa (ROWCA). When using this dataset, please cite both the original source above and the Electric Sheep Africa repackaging.
About Electric Sheep
Electric Sheep Africa is part of the Electric Sheep mission: a unified, ML-ready data layer for Africa on Hugging Face. We pull data from authoritative open sources, normalize the schemas, package as Parquet, and publish with consistent dataset cards so researchers and developers can use load_dataset() to start working in seconds.
Browse the full collection: huggingface.co/electricsheepafrica
Provenance: ingested 2026-08-18 via the Electric Sheep pipeline. Source URL: https://data.humdata.org/dataset/370b28e6-5c76-4c69-992e-8d2bb126a598/resource/f53abb96-3814-482b-9eed-9ab5cec48e2f/download/sahel-population-mvt-hnro-2021.xlsx
