electricsheepafrica/africa-ucdp-data-for-south-sudan
收藏资源简介:
--- annotations_creators: - no-annotation language_creators: - found language: - en license: cc-by-4.0 multilinguality: - monolingual size_categories: - 1K<n<10K source_datasets: - original task_categories: - tabular-classification - other task_ids: [] tags: - africa - humanitarian - hdx - electric-sheep-africa - conflict-violence - hxl - ssd pretty_name: "South Sudan - Data on Conflict Events" dataset_info: splits: - name: train num_examples: 800 - name: test num_examples: 200 --- # South Sudan - Data on Conflict Events **Publisher:** HDX · **Source:** [HDX](https://data.humdata.org/dataset/ucdp-data-for-south-sudan) · **License:** `cc-by-igo` · **Updated:** 2026-04-03 --- ## Abstract This dataset is UCDP's most disaggregated dataset, covering individual events of organized violence (phenomena of lethal violence occurring at a given time and place). These events are sufficiently fine-grained to be geo-coded down to the level of individual villages, with temporal durations disaggregated to single, individual days. Sundberg, Ralph, and Erik Melander, 2013, “Introducing the UCDP Georeferenced Event Dataset”, Journal of Peace Research, vol.50, no.4, 523-532 Högbladh Stina, 2019, “UCDP GED Codebook version 19.1”, Department of Peace and Conflict Research, Uppsala University Each row in this dataset represents first-level administrative unit observations. Temporal coverage is indicated by the `date_start`, `date_end` column(s). Geographic scope: **SSD**. *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).* --- ## Dataset Characteristics | | | |---|---| | **Domain** | Conflict and security | | **Unit of observation** | First-level administrative unit observations | | **Rows (total)** | 1,001 | | **Columns** | 51 (27 numeric, 21 categorical, 2 datetime) | | **Train split** | 800 rows | | **Test split** | 200 rows | | **Geographic scope** | SSD | | **Publisher** | HDX | | **HDX last updated** | 2026-04-03 | --- ## Variables **Geographic** — `year` (range 2011.0–2024.0), `active_year`, `type_of_violence` (range 1.0–3.0), `dyad_dset_id` (range 112.0–18302.0), `dyad_new_id` (range 688.0–18302.0) and 9 others. **Temporal** — `source_date` (2014-08-08, 2015-07-22, 2014-09-29), `date_prec` (range 1.0–5.0), `date_start`, `date_end`. **Outcome / Measurement** — `number_of_sources` (range -1.0–20.0), `deaths_a` (range 0.0–120.0), `deaths_b`, `deaths_civilians`, `deaths_unknown`. **Identifier / Metadata** — `id` (range 28726.0–565951.0), `relid` (UGA-2011-1-151-27, SSD-2018-1-12413-4, SSD-2017-1-12413-44), `code_status` (Clear), `conflict_dset_id` (range 112.0–18302.0), `conflict_new_id` (range 309.0–16472.0) and 14 others. **Other** — `where_prec` (range 1.0–6.0), `where_description`, `adm_1`, `adm_2`, `geom_wkt` and 4 others. --- ## Quick Start ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-ucdp-data-for-south-sudan") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() ``` --- ## Schema | Column | Type | Null % | Range / Sample Values | |---|---|---|---| | `id` | int64 | 0.0% | 28726.0 – 565951.0 (mean 234324.3037) | | `relid` | object | 0.0% | UGA-2011-1-151-27, SSD-2018-1-12413-4, SSD-2017-1-12413-44 | | `year` | int64 | 0.0% | 2011.0 – 2024.0 (mean 2016.5235) | | `active_year` | bool | 0.0% | | | `code_status` | object | 0.0% | Clear | | `type_of_violence` | int64 | 0.0% | 1.0 – 3.0 (mean 1.978) | | `conflict_dset_id` | int64 | 0.0% | 112.0 – 18302.0 (mean 7360.2657) | | `conflict_new_id` | int64 | 0.0% | 309.0 – 16472.0 (mean 7793.1748) | | `conflict_name` | object | 0.0% | South Sudan: Government, Government of South Sudan - Civilians, SPLM/A - IO - Civilians | | `dyad_dset_id` | int64 | 0.0% | 112.0 – 18302.0 (mean 7992.2847) | | `dyad_new_id` | int64 | 0.0% | 688.0 – 18302.0 (mean 8845.5954) | | `dyad_name` | object | 0.0% | Government of South Sudan - Civilians, Government of South Sudan - SPLM/A - IO, SPLM/A - IO - Civilians | | `side_a_dset_id` | int64 | 0.0% | 90.0 – 8500.0 (mean 1020.983) | | `side_a_new_id` | int64 | 0.0% | 90.0 – 8500.0 (mean 1020.983) | | `side_a` | object | 0.0% | Government of South Sudan, SPLM/A - IO, Lou Nuer | | `side_b_dset_id` | int64 | 0.0% | 112.0 – 9999.0 (mean 6150.4036) | | `side_b_new_id` | int64 | 0.0% | 1.0 – 9369.0 (mean 2434.8631) | | `side_b` | object | 0.0% | Civilians, SPLM/A - IO, Murle | | `number_of_sources` | int64 | 0.0% | -1.0 – 20.0 (mean 1.4216) | | `source_article` | object | 0.0% | "All Africa,2014-08-08,South Sudan's New War - Abuses By Government and Opposition Forces [document]", "Human Rights Watch,2015-07-22,They Burned it All", "UN Security Council,2018-09-11,Report of the Secretary-General on South Sudan (covering the period from 4 June to 1 September 2018) " | | `source_office` | object | 7.6% | All Africa, UN Security Council, Human Rights Watch | | `source_date` | object | 7.6% | 2014-08-08, 2015-07-22, 2014-09-29 | | `source_headline` | object | 9.9% | South Sudan's New War - Abuses By Government and Opposition Forces [document], They Burned it All, Report of the Secretary-General on South Sudan (covering the period from 4 June to 1 September 2018) | | `source_original` | object | 17.9% | | | `where_prec` | int64 | 0.0% | 1.0 – 6.0 (mean 2.2288) | | `where_coordinates` | object | 0.0% | | | `where_description` | object | 0.4% | | | `adm_1` | object | 1.7% | | | `adm_2` | object | 13.6% | | | `latitude` | float64 | 0.0% | 3.55 – 12.0375 (mean 7.1149) | | `longitude` | float64 | 0.0% | 24.8158 – 34.3908 (mean 30.6781) | | `geom_wkt` | object | 0.0% | | | `priogrid_gid` | int64 | 0.0% | 135061.0 – 147307.0 (mean 139939.3556) | | `country` | object | 0.0% | | | `iso3` | object | 0.0% | | | `country_id` | int64 | 0.0% | 626.0 – 626.0 (mean 626.0) | | `region` | object | 0.0% | | | `event_clarity` | int64 | 0.0% | 1.0 – 2.0 (mean 1.2338) | | `date_prec` | int64 | 0.0% | 1.0 – 5.0 (mean 1.8981) | | `date_start` | datetime64[ns] | 0.0% | | | `date_end` | datetime64[ns] | 0.0% | | | `deaths_a` | int64 | 0.0% | 0.0 – 120.0 (mean 1.7882) | | `deaths_b` | int64 | 0.0% | | | `deaths_civilians` | int64 | 0.0% | | | `deaths_unknown` | int64 | 0.0% | | | `best` | int64 | 0.0% | | | `high` | int64 | 0.0% | | | `low` | int64 | 0.0% | | | `gwnoa` | float64 | 30.7% | | | `esa_source` | object | 0.0% | | | `esa_processed` | object | 0.0% | | --- ## Numeric Summary | Column | Min | Max | Mean | Median | |---|---|---|---|---| | `id` | 28726.0 | 565951.0 | 234324.3037 | 241026.0 | | `year` | 2011.0 | 2024.0 | 2016.5235 | 2017.0 | | `type_of_violence` | 1.0 | 3.0 | 1.978 | 2.0 | | `conflict_dset_id` | 112.0 | 18302.0 | 7360.2657 | 11345.0 | | `conflict_new_id` | 309.0 | 16472.0 | 7793.1748 | 11345.0 | | `dyad_dset_id` | 112.0 | 18302.0 | 7992.2847 | 11988.0 | | `dyad_new_id` | 688.0 | 18302.0 | 8845.5954 | 12413.0 | | `side_a_dset_id` | 90.0 | 8500.0 | 1020.983 | 113.0 | | `side_a_new_id` | 90.0 | 8500.0 | 1020.983 | 113.0 | | `side_b_dset_id` | 112.0 | 9999.0 | 6150.4036 | 6341.0 | | `side_b_new_id` | 1.0 | 9369.0 | 2434.8631 | 1005.0 | | `number_of_sources` | -1.0 | 20.0 | 1.4216 | 1.0 | | `where_prec` | 1.0 | 6.0 | 2.2288 | 2.0 | | `latitude` | 3.55 | 12.0375 | 7.1149 | 7.5822 | | `longitude` | 24.8158 | 34.3908 | 30.6781 | 30.7557 | --- ## 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`. 1 column(s) with >80% missing values were removed: `gwnob`. 2 column(s) were cast from string to numeric or datetime based on parse-success rate (>85% threshold). 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 HDX 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: `gwnoa`. - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/ucdp-data-for-south-sudan) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_ucdp_data_for_south_sudan, title = {South Sudan - Data on Conflict Events}, author = {HDX}, year = {2026}, url = {https://data.humdata.org/dataset/ucdp-data-for-south-sudan}, 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.*




