electricsheepafrica/africa-ethiopia-attacks-on-aid-operations-education-health-and-protection
收藏资源简介:
--- annotations_creators: - no-annotation language_creators: - found language: - en license: cc-by-sa-4.0 multilinguality: - monolingual size_categories: - n<1K source_datasets: - original task_categories: - tabular-classification - tabular-regression - other task_ids: [] tags: - africa - humanitarian - hdx - electric-sheep-africa - aid-worker-security - aid-workers - complex-emergency-conflict-security - conflict-violence - damage-assessment - disease - education - education-facilities-schools - eth pretty_name: "Ethiopia (ETH): Attacks on Aid Operations, Education, Health Care and IDP/Refugee Camps, and Conflict-Related Sexual Violence and Explosive Weapons Incident Data" dataset_info: splits: - name: train num_examples: 93 - name: test num_examples: 23 --- # Ethiopia (ETH): Attacks on Aid Operations, Education, Health Care and IDP/Refugee Camps, and Conflict-Related Sexual Violence and Explosive Weapons Incident Data **Publisher:** Insecurity Insight · **Source:** [HDX](https://data.humdata.org/dataset/ethiopia-attacks-on-aid-operations-education-health-and-protection) · **License:** `cc-by-sa` · **Updated:** 2026-04-06 --- ## Abstract This page contains information on reported incidents of violence and threats affecting aid operations and workers, education, health care services and refugee and IDP camps in [Ethiopia](https://insecurityinsight.org/country-pages/ethiopia). They also provide information on incidents of conflict related sexual violence (CRSV) and explosive weapons use affecting aid access, education and health care services. Also included are datasets cited in the [Safeguarding Health in Conflict Coalition (SHCC)'s](https://www.safeguardinghealth.org/) annual reports. Please get in touch if you are interested in curated datasets: info@insecurityinsight.org Each row in this dataset represents discrete events or incidents. Temporal coverage is indicated by the `date`, `date_event_entered` column(s). Geographic scope: **ETH**. *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).* --- ## Dataset Characteristics | | | |---|---| | **Domain** | Public health | | **Unit of observation** | Discrete events or incidents | | **Rows (total)** | 117 | | **Columns** | 42 (26 numeric, 13 categorical, 3 datetime) | | **Train split** | 93 rows | | **Test split** | 23 rows | | **Geographic scope** | ETH | | **Publisher** | Insecurity Insight | | **HDX last updated** | 2026-04-06 | --- ## Variables **Geographic** — `country` (Ethiopia), `country_iso` (ETH), `admin_1` (Tigray, Amhara Region, No Information), `location_of_incident` (No information, Road, Compound or Office Building), `aid_workers_killed_in_captivity` (range 0.0–4.0) and 4 others. **Temporal** — `date`, `date_event_entered`, `date_event_modified`. **Demographic** — `female_aid_workers_killed` (range 0.0–1.0), `male_aid_workers_killed` (range 0.0–2.0), `female_aid_workers_injured` (range 0.0–1.0), `male_aid_workers_injured` (range 0.0–1.0), `female_aid_workers_kidnapped` (range 0.0–1.0) and 3 others. **Outcome / Measurement** — `organisation_affected` (INGO, LNGO, UN Agency). **Identifier / Metadata** — `reported_perpetrator_name` (Unidentified armed actor, Ethiopian Police, Criminal), `aid_workers_killed` (range 0.0–6.0), `aid_workers_injured` (range 0.0–6.0), `aid_workers_kidnapped` (range 0.0–9.0), `aid_workers_arrested` (range 0.0–72.0) and 12 others. **Other** — `geo_precision` (censored), `reported_perpetrator` (No Information, NSA, Police), `weapon_carried_used` (Firearms, No Information on the Weapon Used, Unarmed Perpetrator), `programme_focus` (No information, Multiple, Health). --- ## Quick Start ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-ethiopia-attacks-on-aid-operations-education-health-and-protection") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() ``` --- ## Schema | Column | Type | Null % | Range / Sample Values | |---|---|---|---| | `date` | datetime64[ns] | 0.0% | | | `country` | object | 0.0% | Ethiopia | | `country_iso` | object | 0.0% | ETH | | `admin_1` | object | 0.0% | Tigray, Amhara Region, No Information | | `geo_precision` | object | 0.0% | censored | | `location_of_incident` | object | 0.0% | No information, Road, Compound or Office Building | | `reported_perpetrator` | object | 0.0% | No Information, NSA, Police | | `reported_perpetrator_name` | object | 0.0% | Unidentified armed actor, Ethiopian Police, Criminal | | `weapon_carried_used` | object | 0.0% | Firearms, No Information on the Weapon Used, Unarmed Perpetrator | | `organisation_affected` | object | 0.0% | INGO, LNGO, UN Agency | | `programme_focus` | object | 0.0% | No information, Multiple, Health | | `aid_workers_killed` | int64 | 0.0% | 0.0 – 6.0 (mean 0.547) | | `aid_workers_injured` | int64 | 0.0% | 0.0 – 6.0 (mean 0.4359) | | `aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 9.0 (mean 0.4274) | | `aid_workers_arrested` | int64 | 0.0% | 0.0 – 72.0 (mean 1.3675) | | `known_kidnapping_or_arrest_outcome` | object | 57.3% | | | `aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 4.0 (mean 0.0769) | | `international_aid_workers_killed` | int64 | 0.0% | 0.0 – 2.0 (mean 0.0342) | | `international_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 0.0 (mean 0.0) | | `national_aid_workers_killed` | int64 | 0.0% | 0.0 – 6.0 (mean 0.4957) | | `national_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 4.0 (mean 0.0769) | | `female_aid_workers_killed` | int64 | 0.0% | 0.0 – 1.0 (mean 0.0256) | | `female_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 0.0 (mean 0.0) | | `male_aid_workers_killed` | int64 | 0.0% | 0.0 – 2.0 (mean 0.2735) | | `male_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 2.0 (mean 0.0342) | | `international_aid_workers_injured` | int64 | 0.0% | 0.0 – 1.0 (mean 0.0427) | | `national_aid_workers_injured` | int64 | 0.0% | 0.0 – 6.0 (mean 0.2991) | | `female_aid_workers_injured` | int64 | 0.0% | 0.0 – 1.0 (mean 0.0256) | | `male_aid_workers_injured` | int64 | 0.0% | 0.0 – 1.0 (mean 0.1453) | | `international_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 2.0 (mean 0.0769) | | `national_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 9.0 (mean 0.3248) | | `female_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 1.0 (mean 0.0085) | | `male_aid_workers_kidnapped` | int64 | 0.0% | | | `international_aid_workers_arrested` | int64 | 0.0% | | | `national_aid_workers_arrested` | int64 | 0.0% | | | `female_aid_workers_arrested` | int64 | 0.0% | | | `male_aid_workers_arrested` | int64 | 0.0% | | | `sind_event_id` | int64 | 0.0% | | | `date_event_entered` | datetime64[ns] | 0.0% | | | `date_event_modified` | datetime64[ns] | 0.0% | | | `esa_source` | object | 0.0% | | | `esa_processed` | object | 0.0% | | --- ## Numeric Summary | Column | Min | Max | Mean | Median | |---|---|---|---|---| | `aid_workers_killed` | 0.0 | 6.0 | 0.547 | 0.0 | | `aid_workers_injured` | 0.0 | 6.0 | 0.4359 | 0.0 | | `aid_workers_kidnapped` | 0.0 | 9.0 | 0.4274 | 0.0 | | `aid_workers_arrested` | 0.0 | 72.0 | 1.3675 | 0.0 | | `aid_workers_killed_in_captivity` | 0.0 | 4.0 | 0.0769 | 0.0 | | `international_aid_workers_killed` | 0.0 | 2.0 | 0.0342 | 0.0 | | `international_aid_workers_killed_in_captivity` | 0.0 | 0.0 | 0.0 | 0.0 | | `national_aid_workers_killed` | 0.0 | 6.0 | 0.4957 | 0.0 | | `national_aid_workers_killed_in_captivity` | 0.0 | 4.0 | 0.0769 | 0.0 | | `female_aid_workers_killed` | 0.0 | 1.0 | 0.0256 | 0.0 | | `female_aid_workers_killed_in_captivity` | 0.0 | 0.0 | 0.0 | 0.0 | | `male_aid_workers_killed` | 0.0 | 2.0 | 0.2735 | 0.0 | | `male_aid_workers_killed_in_captivity` | 0.0 | 2.0 | 0.0342 | 0.0 | | `international_aid_workers_injured` | 0.0 | 1.0 | 0.0427 | 0.0 | | `national_aid_workers_injured` | 0.0 | 6.0 | 0.2991 | 0.0 | --- ## Curation Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (`N/A`, `null`, `none`, `-`, `unknown`, `no data`, `#N/A`) were unified to `NaN`. 3 column(s) with >80% missing values were removed: `event_description`, `latitude`, `longitude`. The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet. --- ## Limitations - Data originates from Insecurity Insight and has not been independently validated by ESA. - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection. - The following columns have >20% missing values and should be treated with caution in modelling: `known_kidnapping_or_arrest_outcome`. - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/ethiopia-attacks-on-aid-operations-education-health-and-protection) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_ethiopia_attacks_on_aid_operations_education_health_and_protection, title = {Ethiopia (ETH): Attacks on Aid Operations, Education, Health Care and IDP/Refugee Camps, and Conflict-Related Sexual Violence and Explosive Weapons Incident Data}, author = {Insecurity Insight}, year = {2026}, url = {https://data.humdata.org/dataset/ethiopia-attacks-on-aid-operations-education-health-and-protection}, note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)} } ``` --- *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*




