CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-4.0updated 29d agoView on Hugging Face
0likes43downloads
Dataset Card

Cameroon - Aid Worker Security Database | Africa (Cameroon official open data)

2,168 rows - 1 Africa country - 2001-2026 - Repackaged by Electric Sheep Africa

rows countries years indicators license

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

Geographic coverage

1 Africa country:

CountryRowsFirst yearLast yearName
CMR2,16820012026Cameroon

Indicators or Resource Contents

  • —cameroon-aid-worker-security-database-incident-id-85b4ac29 - Cameroon - Aid Worker Security Database - incident id
  • —cameroon-aid-worker-security-database-month-00069a93 - Cameroon - Aid Worker Security Database - month
  • —cameroon-aid-worker-security-database-day-389da36a - Cameroon - Aid Worker Security Database - day
  • —cameroon-aid-worker-security-database-un-cb2ba346 - Cameroon - Aid Worker Security Database - un
  • —cameroon-aid-worker-security-database-ingo-3f55f825 - Cameroon - Aid Worker Security Database - ingo
  • —cameroon-aid-worker-security-database-icrc-6577ed1f - Cameroon - Aid Worker Security Database - icrc
  • —cameroon-aid-worker-security-database-nrcs-and-ifrc-cab344f7 - Cameroon - Aid Worker Security Database - nrcs and ifrc
  • —cameroon-aid-worker-security-database-nngo-ccb080c9 - Cameroon - Aid Worker Security Database - nngo
  • —cameroon-aid-worker-security-database-other-496eaae2 - Cameroon - Aid Worker Security Database - other
  • —cameroon-aid-worker-security-database-nationals-killed-16173c08 - Cameroon - Aid Worker Security Database - nationals killed
  • —cameroon-aid-worker-security-database-nationals-wounded-877302d4 - Cameroon - Aid Worker Security Database - nationals wounded
  • —cameroon-aid-worker-security-database-nationals-kidnapped-3568cae2 - Cameroon - Aid Worker Security Database - nationals kidnapped
  • —cameroon-aid-worker-security-database-nationals-detained-6dc40a08 - Cameroon - Aid Worker Security Database - nationals detained
  • —cameroon-aid-worker-security-database-total-nationals-0871d3f7 - Cameroon - Aid Worker Security Database - total nationals
  • —cameroon-aid-worker-security-database-internationals-killed-24706d60 - Cameroon - Aid Worker Security Database - internationals killed
  • —cameroon-aid-worker-security-database-internationals-wounded-e7150cd5 - Cameroon - Aid Worker Security Database - internationals wounded
  • —cameroon-aid-worker-security-database-internationals-kidnapped-9a1f51ea - Cameroon - Aid Worker Security Database - internationals kidnapped
  • —cameroon-aid-worker-security-database-internationals-detained-e95989a2 - Cameroon - Aid Worker Security Database - internationals detained
  • —cameroon-aid-worker-security-database-total-internationals-80df53ab - Cameroon - Aid Worker Security Database - total internationals
  • —cameroon-aid-worker-security-database-total-killed-30355202 - Cameroon - Aid Worker Security Database - total killed

Schema

ColumnTypeDescriptionExample
indicator_idstringStable indicator identifier.cameroon-aid-worker-security-database-incident-id-85b4ac29
indicator_namestringHuman-readable indicator name.Cameroon - Aid Worker Security Database - incident id
country_iso3stringISO3 country code.CMR
country_namestringCountry name.Cameroon
yearInt64Observation year.2001
valuefloat64Numeric observation value.147.0
unitstringMeasurement unit, when available.source_units_unspecified
dimension_country_codestringSource dimension.CM
dimension_countrystringSource dimension.Cameroon
dimension_regionstringSource dimension.Centre
dimension_districtstringSource dimension.Mfoundi
dimension_citystringSource dimension.Yaounde
dimension_means_of_attackstringSource dimension.Bodily assault
dimension_attack_contextstringSource dimension.Ambush
dimension_locationstringSource dimension.Road
dimension_motivestringSource dimension.Unknown
dimension_actor_typestringSource dimension.Unknown
dimension_actor_namestringSource dimension.Unknown
dimension_detailsstringSource dimension.1 IFRC international staff killed after being attacked and stabbed in th
dimension_verifiedstringSource dimension.Archived
dimension_sourcestringSource dimension.Archived
source_period_start_yearInt64First year inferred from source resource metadata.``
source_period_end_yearInt64Last year inferred from source resource metadata.``
source_period_labelstringHuman-readable period inferred from source resource metadata.``
source_providercategoryPublishing organization.Humanitarian Outcomes
source_datasetcategorySource package title.Cameroon - Aid Worker Security Database
source_resourcecategorySource resource title.AWSD_CM_security_incidents.csv
source_package_idcategoryCKAN package UUID.2827fbe9-98d5-4ec4-83a2-cfaf5129c47c
source_resource_idcategoryCKAN resource UUID.3a595ea3-d5ca-43b0-b796-a2bce9088b16
source_urlcategoryOriginal source resource URL.https://data.humdata.org/dataset/2827fbe9-98d5-4ec4-83a2-cfaf5129c47c/re
license_idcategorySource license identifier.cc-by
retrieved_atcategoryUTC retrieval timestamp.2026-08-25T16:58:39Z

Usage

python
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

python
sample_country = df[df["country_iso3"] == "CMR"]

Work with indicators

python
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

bibtex
@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