electricsheepafrica/africa-south-sudan-attacks-on-civilians-and-vital-civilian-facilities
收藏资源简介:
--- 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 - ssd pretty_name: "South Sudan (SSD): Attacks on Aid Operations, Education, Health Care, Food and Water Systems, and IDP/Refugee Camps, and Conflict-Related Sexual Violence Incident Data" dataset_info: splits: - name: train num_examples: 458 - name: test num_examples: 114 --- # South Sudan (SSD): Attacks on Aid Operations, Education, Health Care, Food and Water Systems, and IDP/Refugee Camps, and Conflict-Related Sexual Violence Incident Data **Publisher:** Insecurity Insight · **Source:** [HDX](https://data.humdata.org/dataset/south-sudan-attacks-on-civilians-and-vital-civilian-facilities) · **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, food systems, health care services and refugee and IDP camps in [South Sudan](https://insecurityinsight.org/country-pages/south-sudan). They also provide information on incidents of conflict related sexual violence (CRSV). 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: **SSD**. *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).* --- ## Dataset Characteristics | | | |---|---| | **Domain** | Food security and nutrition | | **Unit of observation** | Discrete events or incidents | | **Rows (total)** | 573 | | **Columns** | 42 (26 numeric, 13 categorical, 3 datetime) | | **Train split** | 458 rows | | **Test split** | 114 rows | | **Geographic scope** | SSD | | **Publisher** | Insecurity Insight | | **HDX last updated** | 2026-04-06 | --- ## Variables **Geographic** — `country` (South Sudan), `country_iso` (SSD), `admin_1` (Central Equatoria, Jonglei, Unity), `location_of_incident` (Road, No information, Compound or Office Building), `aid_workers_killed_in_captivity` (range 0.0–3.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–3.0), `female_aid_workers_injured` (range 0.0–2.0), `male_aid_workers_injured` (range 0.0–11.0), `female_aid_workers_kidnapped` (range 0.0–4.0) and 3 others. **Outcome / Measurement** — `organisation_affected` (INGO, UN Agency, LNGO). **Identifier / Metadata** — `reported_perpetrator_name` (Unidentified armed actor, Criminal, South Sudan National Police Service), `aid_workers_killed` (range 0.0–7.0), `aid_workers_injured` (range 0.0–11.0), `aid_workers_kidnapped` (range 0.0–11.0), `aid_workers_arrested` (range 0.0–18.0) and 12 others. **Other** — `geo_precision` (censored), `reported_perpetrator` (NSA, No Information, Criminal), `weapon_carried_used` (Firearms, No Information on the Weapon Used, Knife), `programme_focus` (No information, Health, Multiple). --- ## Quick Start ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-south-sudan-attacks-on-civilians-and-vital-civilian-facilities") 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% | South Sudan | | `country_iso` | object | 0.0% | SSD | | `admin_1` | object | 0.0% | Central Equatoria, Jonglei, Unity | | `geo_precision` | object | 0.0% | censored | | `location_of_incident` | object | 0.0% | Road, No information, Compound or Office Building | | `reported_perpetrator` | object | 0.0% | NSA, No Information, Criminal | | `reported_perpetrator_name` | object | 0.0% | Unidentified armed actor, Criminal, South Sudan National Police Service | | `weapon_carried_used` | object | 0.0% | Firearms, No Information on the Weapon Used, Knife | | `organisation_affected` | object | 0.0% | INGO, UN Agency, LNGO | | `programme_focus` | object | 0.0% | No information, Health, Multiple | | `aid_workers_killed` | int64 | 0.0% | 0.0 – 7.0 (mean 0.4695) | | `aid_workers_injured` | int64 | 0.0% | 0.0 – 11.0 (mean 0.8028) | | `aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 11.0 (mean 0.3333) | | `aid_workers_arrested` | int64 | 0.0% | 0.0 – 18.0 (mean 0.2548) | | `known_kidnapping_or_arrest_outcome` | object | 78.0% | | | `aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 3.0 (mean 0.0227) | | `international_aid_workers_killed` | int64 | 0.0% | 0.0 – 3.0 (mean 0.0401) | | `international_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 1.0 (mean 0.0017) | | `national_aid_workers_killed` | int64 | 0.0% | 0.0 – 7.0 (mean 0.3944) | | `national_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 3.0 (mean 0.0192) | | `female_aid_workers_killed` | int64 | 0.0% | 0.0 – 1.0 (mean 0.0105) | | `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 – 3.0 (mean 0.2373) | | `male_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 3.0 (mean 0.0192) | | `international_aid_workers_injured` | int64 | 0.0% | 0.0 – 10.0 (mean 0.0716) | | `national_aid_workers_injured` | int64 | 0.0% | 0.0 – 11.0 (mean 0.6178) | | `female_aid_workers_injured` | int64 | 0.0% | 0.0 – 2.0 (mean 0.0489) | | `male_aid_workers_injured` | int64 | 0.0% | 0.0 – 11.0 (mean 0.377) | | `international_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 4.0 (mean 0.0279) | | `national_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 10.0 (mean 0.281) | | `female_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 4.0 (mean 0.0122) | | `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 | 7.0 | 0.4695 | 0.0 | | `aid_workers_injured` | 0.0 | 11.0 | 0.8028 | 1.0 | | `aid_workers_kidnapped` | 0.0 | 11.0 | 0.3333 | 0.0 | | `aid_workers_arrested` | 0.0 | 18.0 | 0.2548 | 0.0 | | `aid_workers_killed_in_captivity` | 0.0 | 3.0 | 0.0227 | 0.0 | | `international_aid_workers_killed` | 0.0 | 3.0 | 0.0401 | 0.0 | | `international_aid_workers_killed_in_captivity` | 0.0 | 1.0 | 0.0017 | 0.0 | | `national_aid_workers_killed` | 0.0 | 7.0 | 0.3944 | 0.0 | | `national_aid_workers_killed_in_captivity` | 0.0 | 3.0 | 0.0192 | 0.0 | | `female_aid_workers_killed` | 0.0 | 1.0 | 0.0105 | 0.0 | | `female_aid_workers_killed_in_captivity` | 0.0 | 0.0 | 0.0 | 0.0 | | `male_aid_workers_killed` | 0.0 | 3.0 | 0.2373 | 0.0 | | `male_aid_workers_killed_in_captivity` | 0.0 | 3.0 | 0.0192 | 0.0 | | `international_aid_workers_injured` | 0.0 | 10.0 | 0.0716 | 0.0 | | `national_aid_workers_injured` | 0.0 | 11.0 | 0.6178 | 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/south-sudan-attacks-on-civilians-and-vital-civilian-facilities) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_south_sudan_attacks_on_civilians_and_vital_civilian_facilities, title = {South Sudan (SSD): Attacks on Aid Operations, Education, Health Care, Food and Water Systems, and IDP/Refugee Camps, and Conflict-Related Sexual Violence Incident Data}, author = {Insecurity Insight}, year = {2026}, url = {https://data.humdata.org/dataset/south-sudan-attacks-on-civilians-and-vital-civilian-facilities}, 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.*
annotations_creators: - 无标注 language_creators: - 采集自现有文本 language: - 英语 license: CC BY-SA 4.0 multilinguality: - 单语言 size_categories: - 样本量小于1000 source_datasets: - 原创数据集 task_categories: - 表格分类 - 表格回归 - 其他 task_ids: [] tags: - 非洲 - 人道主义 - HDX - electric-sheep-africa - 援助人员安全 - 援助人员 - 复杂紧急冲突安全 - 冲突暴力 - 损失评估 - 疾病 - 教育 - 教育设施-学校 - SSD pretty_name: "南苏丹(SSD):针对援助行动、教育、医疗、粮食与水系统、境内流离失所者/难民营的袭击,以及与冲突相关的性暴力事件数据" --- # 南苏丹(SSD):针对援助行动、教育、医疗、粮食与水系统、境内流离失所者/难民营的袭击,以及与冲突相关的性暴力事件数据 **发布方:** Insecurity Insight · **来源:** [人道主义数据交换(HDX)](https://data.humdata.org/dataset/south-sudan-attacks-on-civilians-and-vital-civilian-facilities) · **授权协议:** `cc-by-sa` · **更新时间:** 2026-04-06 --- ## 摘要 本页面收录了南苏丹境内已上报的、影响援助行动与人员、教育、粮食系统、医疗服务以及难民营和境内流离失所者营地的暴力与威胁事件信息(详见:https://insecurityinsight.org/country-pages/south-sudan),同时包含与冲突相关的性暴力(Conflict-Related Sexual Violence, CRSV)事件记录。此外还收录了[冲突中卫生保障联盟(Safeguarding Health in Conflict Coalition, SHCC)](https://www.safeguardinghealth.org/)年度报告中引用的数据集。若您希望获取经过整理的数据集,请联系:info@insecurityinsight.org。 本数据集的每一行对应一起独立事件或事故。时间覆盖范围由`date`、`date_event_entered`列标注。地理覆盖范围:**SSD(南苏丹)**。 *本数据集已由[Electric Sheep Africa](https://huggingface.co/electricsheepafrica)整理为可供机器学习使用的Parquet格式。* --- ## 数据集特征 | | | |---|---| | **领域** | 粮食安全与营养 | | **观测单元** | 独立事件或事故 | | **总行数** | 573 | | **列数** | 42(26个数值型、13个分类型、3个日期时间型) | | **训练集拆分** | 458行 | | **测试集拆分** | 114行 | | **地理覆盖范围** | SSD | | **发布方** | Insecurity Insight | | **HDX最后更新时间** | 2026-04-06 | --- ## 变量 **地理类变量** — `country`(南苏丹)、`country_iso`(SSD)、`admin_1`(南苏丹一级行政区域)、`location_of_incident`(道路、无信息、建筑群或办公楼)、`aid_workers_killed_in_captivity`(取值范围0.0–3.0)及另外4个变量。 **时间类变量** — `date`、`date_event_entered`、`date_event_modified`。 **人口统计类变量** — `female_aid_workers_killed`(取值范围0.0–1.0)、`male_aid_workers_killed`(取值范围0.0–3.0)、`female_aid_workers_injured`(取值范围0.0–2.0)、`male_aid_workers_injured`(取值范围0.0–11.0)、`female_aid_workers_kidnapped`(取值范围0.0–4.0)及另外3个变量。 **结果/测量类变量** — `organisation_affected`(国际非政府组织(International Non-Governmental Organization, INGO)、联合国机构、本地非政府组织(Local Non-Governmental Organization, LNGO))。 **标识符/元数据类变量** — `reported_perpetrator_name`(未识别武装人员、犯罪分子、南苏丹国家警察局)、`aid_workers_killed`(取值范围0.0–7.0)、`aid_workers_injured`(取值范围0.0–11.0)、`aid_workers_kidnapped`(取值范围0.0–11.0)、`aid_workers_arrested`(取值范围0.0–18.0)及另外12个变量。 **其他变量** — `geo_precision`(已脱敏)、`reported_perpetrator`(NSA、无信息、犯罪分子)、`weapon_carried_used`(火器、无武器使用信息、刀具)、`programme_focus`(无信息、医疗、多领域)。 --- ## 快速入门 python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-south-sudan-attacks-on-civilians-and-vital-civilian-facilities") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() --- ## 数据Schema | 列名 | 数据类型 | 缺失率 | 取值范围/示例值 | |---|---|---|---| | `date` | datetime64[ns] | 0.0% | | | `country` | object | 0.0% | 南苏丹 | | `country_iso` | object | 0.0% | SSD | | `admin_1` | object | 0.0% | 中赤道州、琼莱州、团结州 | | `geo_precision` | object | 0.0% | 已脱敏 | | `location_of_incident` | object | 0.0% | 道路、无信息、建筑群或办公楼 | | `reported_perpetrator` | object | 0.0% | NSA、无信息、犯罪分子 | | `reported_perpetrator_name` | object | 0.0% | 未识别武装人员、犯罪分子、南苏丹国家警察局 | | `weapon_carried_used` | object | 0.0% | 火器、无武器使用信息、刀具 | | `organisation_affected` | object | 0.0% | INGO、联合国机构、LNGO | | `programme_focus` | object | 0.0% | 无信息、医疗、多领域 | | `aid_workers_killed` | int64 | 0.0% | 0.0 – 7.0(均值0.4695) | | `aid_workers_injured` | int64 | 0.0% | 0.0 – 11.0(均值0.8028) | | `aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 11.0(均值0.3333) | | `aid_workers_arrested` | int64 | 0.0% | 0.0 – 18.0(均值0.2548) | | `known_kidnapping_or_arrest_outcome` | object | 78.0% | | | `aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 3.0(均值0.0227) | | `international_aid_workers_killed` | int64 | 0.0% | 0.0 – 3.0(均值0.0401) | | `international_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 1.0(均值0.0017) | | `national_aid_workers_killed` | int64 | 0.0% | 0.0 – 7.0(均值0.3944) | | `national_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 3.0(均值0.0192) | | `female_aid_workers_killed` | int64 | 0.0% | 0.0 – 1.0(均值0.0105) | | `female_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 0.0(均值0.0) | | `male_aid_workers_killed` | int64 | 0.0% | 0.0 – 3.0(均值0.2373) | | `male_aid_workers_killed_in_captivity` | int64 | 0.0% | 0.0 – 3.0(均值0.0192) | | `international_aid_workers_injured` | int64 | 0.0% | 0.0 – 10.0(均值0.0716) | | `national_aid_workers_injured` | int64 | 0.0% | 0.0 – 11.0(均值0.6178) | | `female_aid_workers_injured` | int64 | 0.0% | 0.0 – 2.0(均值0.0489) | | `male_aid_workers_injured` | int64 | 0.0% | 0.0 – 11.0(均值0.377) | | `international_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 4.0(均值0.0279) | | `national_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 10.0(均值0.281) | | `female_aid_workers_kidnapped` | int64 | 0.0% | 0.0 – 4.0(均值0.0122) | | `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% | | --- ## 数值汇总 | 列名 | 最小值 | 最大值 | 均值 | 中位数 | |---|---|---|---|---| | `aid_workers_killed` | 0.0 | 7.0 | 0.4695 | 0.0 | | `aid_workers_injured` | 0.0 | 11.0 | 0.8028 | 1.0 | | `aid_workers_kidnapped` | 0.0 | 11.0 | 0.3333 | 0.0 | | `aid_workers_arrested` | 0.0 | 18.0 | 0.2548 | 0.0 | | `aid_workers_killed_in_captivity` | 0.0 | 3.0 | 0.0227 | 0.0 | | `international_aid_workers_killed` | 0.0 | 3.0 | 0.0401 | 0.0 | | `international_aid_workers_killed_in_captivity` | 0.0 | 1.0 | 0.0017 | 0.0 | | `national_aid_workers_killed` | 0.0 | 7.0 | 0.3944 | 0.0 | | `national_aid_workers_killed_in_captivity` | 0.0 | 3.0 | 0.0192 | 0.0 | | `female_aid_workers_killed` | 0.0 | 1.0 | 0.0105 | 0.0 | | `female_aid_workers_killed_in_captivity` | 0.0 | 0.0 | 0.0 | 0.0 | | `male_aid_workers_killed` | 0.0 | 3.0 | 0.2373 | 0.0 | | `male_aid_workers_killed_in_captivity` | 0.0 | 3.0 | 0.0192 | 0.0 | | `international_aid_workers_injured` | 0.0 | 10.0 | 0.0716 | 0.0 | | `national_aid_workers_injured` | 0.0 | 11.0 | 0.6178 | 0.0 | --- ## 数据整理流程 原始数据通过CKAN应用程序编程接口(CKAN API)从HDX下载,并转换为Parquet格式。列名统一转换为小写并标准化为蛇形命名法。常见缺失值标记(`N/A`、`null`、`none`、`-`、`unknown`、`no data`、`#N/A`)被统一替换为`NaN`。移除了3列缺失率超过80%的字段:`event_description`、`latitude`、`longitude`。本数据集以固定随机种子(42)按照80/20的比例划分为训练集与测试集,并保存为Snappy压缩的Parquet格式。 --- ## 局限性 - 本数据源自Insecurity Insight,未经过Electric Sheep Africa的独立验证。 - 自动化清洗无法修正原始数据收集中的错报值、定义不一致或采样偏差问题。 - 以下列的缺失率超过20%,在建模时需谨慎使用:`known_kidnapping_or_arrest_outcome`。 - 如需了解发布方的方法说明与免责声明,请参阅[原始HDX数据集页面](https://data.humdata.org/dataset/south-sudan-attacks-on-civilians-and-vital-civilian-facilities)。 --- ## 引用 bibtex @dataset{hdx_africa_south_sudan_attacks_on_civilians_and_vital_civilian_facilities, title = {South Sudan (SSD): Attacks on Aid Operations, Education, Health Care, Food and Water Systems, and IDP/Refugee Camps, and Conflict-Related Sexual Violence Incident Data}, author = {Insecurity Insight}, year = {2026}, url = {https://data.humdata.org/dataset/south-sudan-attacks-on-civilians-and-vital-civilian-facilities}, note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)} } --- *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — 非洲机器学习数据集基础设施。尼日利亚拉各斯。*




