electricsheepafrica/africa-congo-protection-in-danger-data-3f3019fe
Protection in Danger Data | Africa (Congo official open data) 1,593 rows - 1 Africa country - 2020-2026 - Repackaged by Electric Sheep Africa TL;DR This dataset packages one official XLSX resource from Congo 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-congo-protection-in-danger-data-3f3019fe.
Protection in Danger Data | Africa (Congo official open data)
1,593 rows - 1 Africa country - 2020-2026 - Repackaged by Electric Sheep Africa
TL;DR
This dataset packages one official XLSX resource from Congo 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 Overview 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-events-e1bf2bb3- Protection in Danger Data - number of eventsprotection-in-danger-data-number-of-incidents-involving-state-perpetrato-0aaaae43- Protection in Danger Data - number of incidents involving state perpetratorsprotection-in-danger-data-number-of-incidents-involving-non-state-perpet-eb0a8071- Protection in Danger Data - number of incidents involving non state perpetratorsprotection-in-danger-data-number-of-events-involving-shelling-airstrikes-947e120e- Protection in Danger Data - number of events involving shelling airstrikesprotection-in-danger-data-number-of-events-involving-firearms-d8939d17- Protection in Danger Data - number of events involving firearmsprotection-in-danger-data-number-of-events-involving-arson-e2e561c2- Protection in Danger Data - number of events involving arsonprotection-in-danger-data-total-number-of-camp-infastructure-damaged-des-32295834- Protection in Danger Data - total number of camp infastructure damaged destroyedprotection-in-danger-data-total-number-of-camp-residents-killed-4b2423f1- Protection in Danger Data - total number of camp residents killedprotection-in-danger-data-total-number-of-service-providers-killed-98d03647- Protection in Danger Data - total number of service providers killed
Schema
Usage
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-congo-protection-in-danger-data-3f3019fe")
df = ds["train"].to_pandas()
print(df.head())Filter to one country
sample_country = df[df["country_iso3"] == "COG"]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_congo_protection_in_danger_data_3f3019fe_2026,
title = {Protection in Danger Data | Africa (Congo 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-congo-protection-in-danger-data-3f3019fe}}
}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-16 via the Electric Sheep pipeline. Source URL: https://data.humdata.org/dataset/14b1ad1d-abcf-453d-970c-cb964084134e/resource/6987130d-0da3-4d16-a896-91dd862e7a4d/download/2020-2026-protection-in-danger-overview-data.xlsx
