electricsheepafrica/africa-sudan-protection-in-danger-data-3c751a6f
Protection in Danger Data | Africa (Sudan official open data) 106,800 rows - 1 Africa country - 2024-2026 - Repackaged by Electric Sheep Africa TL;DR This dataset packages one official XLSX resource from Sudan 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: Protection in Danger Data Publisher: Insecurity Insight… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-sudan-protection-in-danger-data-3c751a6f.
Protection in Danger Data | Africa (Sudan official open data)
106,800 rows - 1 Africa country - 2024-2026 - Repackaged by Electric Sheep Africa
TL;DR
This dataset packages one official XLSX resource from Sudan 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: Protection in Danger Data
- Publisher: Insecurity Insight
- Resource: 2020-2026 Protection in Danger Incident Data.xlsx
- Format:
XLSX - License: CC BY-SA
- Packaging mode:
indicator_long
Geographic coverage
1 Africa country:
Indicators or Resource Contents
protection-in-danger-data-number-of-attacks-on-camps-reporting-destructi-316916fc- Protection in Danger Data - number of attacks on camps reporting destructionprotection-in-danger-data-number-of-attacks-on-camps-reporting-damaged-9a4fe23b- Protection in Danger Data - number of attacks on camps reporting damagedprotection-in-danger-data-camp-resident-killed-3d351066- Protection in Danger Data - camp resident killedprotection-in-danger-data-camp-resident-injured-c131abc8- Protection in Danger Data - camp resident injuredprotection-in-danger-data-camp-residents-kidnapped-738f5d14- Protection in Danger Data - camp residents kidnappedprotection-in-danger-data-camp-residents-arrested-320facb1- Protection in Danger Data - camp residents arrestedprotection-in-danger-data-camp-residents-targeted-with-crsv-22088cf2- Protection in Danger Data - camp residents targeted with crsvprotection-in-danger-data-service-provider-killed-e44a23b6- Protection in Danger Data - service provider killedprotection-in-danger-data-service-provider-kidnapped-43b5b480- Protection in Danger Data - service provider kidnappedprotection-in-danger-data-service-provider-arrested-91adff90- Protection in Danger Data - service provider arrestedprotection-in-danger-data-service-provider-targeted-with-crsv-46bc0254- Protection in Danger Data - service provider targeted with crsvprotection-in-danger-data-sind-id-8a188a49- Protection in Danger Data - sind id
Schema
Usage
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-sudan-protection-in-danger-data-3c751a6f")
df = ds["train"].to_pandas()
print(df.head())Filter to one country
sample_country = df[df["country_iso3"] == "SDN"]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_sudan_protection_in_danger_data_3c751a6f_2026,
title = {Protection in Danger Data | Africa (Sudan official open data)},
author = {Insecurity Insight},
year = {2026},
url = {https://data.humdata.org/dataset/sind-protection-in-danger-monthly-news-briefs-dataset},
publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-sudan-protection-in-danger-data-3c751a6f}}
}License
Released under CC BY-SA.
Original data (c) Insecurity Insight. 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-19 via the Electric Sheep pipeline. Source URL: https://data.humdata.org/dataset/14b1ad1d-abcf-453d-970c-cb964084134e/resource/588cad68-c650-4a68-b27e-f28139bd6693/download/2020-2026-protection-in-danger-incident-data.xlsx
