electricsheepafrica/africa-cameroon-cameroon-aid-worker-security-database-2b15304f
Cameroon - Aid Worker Security Database | Africa (Cameroon official open data) 2,168 rows - 1 Africa country - 2001-2026 - Repackaged by Electric Sheep Africa TL;DR This dataset packages one official CSV resource from Cameroon 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: Cameroon - Aid Worker Security Database… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-cameroon-cameroon-aid-worker-security-database-2b15304f.
Cameroon - Aid Worker Security Database | Africa (Cameroon official open data)
2,168 rows - 1 Africa country - 2001-2026 - Repackaged by Electric Sheep Africa
TL;DR
This dataset packages one official CSV resource from Cameroon 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: Cameroon - Aid Worker Security Database
- Publisher: Humanitarian Outcomes
- Resource: AWSD_CM_security_incidents.csv
- Format:
CSV - License: CC BY 4.0
- Packaging mode:
indicator_long
Geographic coverage
1 Africa country:
Indicators or Resource Contents
cameroon-aid-worker-security-database-incident-id-85b4ac29- Cameroon - Aid Worker Security Database - incident idcameroon-aid-worker-security-database-month-00069a93- Cameroon - Aid Worker Security Database - monthcameroon-aid-worker-security-database-day-389da36a- Cameroon - Aid Worker Security Database - daycameroon-aid-worker-security-database-un-cb2ba346- Cameroon - Aid Worker Security Database - uncameroon-aid-worker-security-database-ingo-3f55f825- Cameroon - Aid Worker Security Database - ingocameroon-aid-worker-security-database-icrc-6577ed1f- Cameroon - Aid Worker Security Database - icrccameroon-aid-worker-security-database-nrcs-and-ifrc-cab344f7- Cameroon - Aid Worker Security Database - nrcs and ifrccameroon-aid-worker-security-database-nngo-ccb080c9- Cameroon - Aid Worker Security Database - nngocameroon-aid-worker-security-database-other-496eaae2- Cameroon - Aid Worker Security Database - othercameroon-aid-worker-security-database-nationals-killed-16173c08- Cameroon - Aid Worker Security Database - nationals killedcameroon-aid-worker-security-database-nationals-wounded-877302d4- Cameroon - Aid Worker Security Database - nationals woundedcameroon-aid-worker-security-database-nationals-kidnapped-3568cae2- Cameroon - Aid Worker Security Database - nationals kidnappedcameroon-aid-worker-security-database-nationals-detained-6dc40a08- Cameroon - Aid Worker Security Database - nationals detainedcameroon-aid-worker-security-database-total-nationals-0871d3f7- Cameroon - Aid Worker Security Database - total nationalscameroon-aid-worker-security-database-internationals-killed-24706d60- Cameroon - Aid Worker Security Database - internationals killedcameroon-aid-worker-security-database-internationals-wounded-e7150cd5- Cameroon - Aid Worker Security Database - internationals woundedcameroon-aid-worker-security-database-internationals-kidnapped-9a1f51ea- Cameroon - Aid Worker Security Database - internationals kidnappedcameroon-aid-worker-security-database-internationals-detained-e95989a2- Cameroon - Aid Worker Security Database - internationals detainedcameroon-aid-worker-security-database-total-internationals-80df53ab- Cameroon - Aid Worker Security Database - total internationalscameroon-aid-worker-security-database-total-killed-30355202- Cameroon - Aid Worker Security Database - total killed
Schema
Usage
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-cameroon-cameroon-aid-worker-security-database-2b15304f")
df = ds["train"].to_pandas()
print(df.head())Filter to one country
sample_country = df[df["country_iso3"] == "CMR"]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_cameroon_cameroon_aid_worker_security_database_2b15304f_2026,
title = {Cameroon - Aid Worker Security Database | Africa (Cameroon official open data)},
author = {Humanitarian Outcomes},
year = {2026},
url = {https://data.humdata.org/dataset/aid-worker-security-database-cmr},
publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-cameroon-cameroon-aid-worker-security-database-2b15304f}}
}License
Released under CC BY 4.0.
Original data (c) Humanitarian Outcomes. 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-25 via the Electric Sheep pipeline. Source URL: https://data.humdata.org/dataset/2827fbe9-98d5-4ec4-83a2-cfaf5129c47c/resource/3a595ea3-d5ca-43b0-b796-a2bce9088b16/download/awsdcmsecurity_incidents.csv
