five

electricsheepafrica/africa-ucdp-data-for-uganda

收藏
Hugging Face2026-04-09 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/electricsheepafrica/africa-ucdp-data-for-uganda
下载链接
链接失效反馈
官方服务:
资源简介:
--- 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 - uga pretty_name: "Uganda - Data on Conflict Events" dataset_info: splits: - name: train num_examples: 1361 - name: test num_examples: 340 --- # Uganda - Data on Conflict Events **Publisher:** HDX · **Source:** [HDX](https://data.humdata.org/dataset/ucdp-data-for-uganda) · **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: **UGA**. *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,702 | | **Columns** | 48 (27 numeric, 18 categorical, 2 datetime) | | **Train split** | 1,361 rows | | **Test split** | 340 rows | | **Geographic scope** | UGA | | **Publisher** | HDX | | **HDX last updated** | 2026-04-03 | --- ## Variables **Geographic** — `year` (range 1989.0–2024.0), `active_year`, `type_of_violence` (range 1.0–3.0), `dyad_dset_id` (range 89.0–16938.0), `dyad_new_id` (range 588.0–16938.0) and 9 others. **Temporal** — `date_prec` (range 1.0–5.0), `date_start`, `date_end`. **Outcome / Measurement** — `number_of_sources` (range -1.0–11.0), `deaths_a` (range 0.0–77.0), `deaths_b`, `deaths_civilians`, `deaths_unknown`. **Identifier / Metadata** — `id` (range 7280.0–560780.0), `relid` (DRC-2006-1-646-5, UGA-1996-3-1336-36.2, UGA-1996-3-1336-34), `code_status` (Clear), `conflict_dset_id` (range 89.0–15438.0), `conflict_new_id` (range 283.0–15438.0) and 12 others. **Other** — `where_prec` (range 1.0–6.0), `where_description` (Northern Uganda, Pader district, Gulu district), `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-uganda") 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% | 7280.0 – 560780.0 (mean 44429.2327) | | `relid` | object | 0.0% | DRC-2006-1-646-5, UGA-1996-3-1336-36.2, UGA-1996-3-1336-34 | | `year` | int64 | 0.0% | 1989.0 – 2024.0 (mean 2001.5764) | | `active_year` | bool | 0.0% | | | `code_status` | object | 0.0% | Clear | | `type_of_violence` | int64 | 0.0% | 1.0 – 3.0 (mean 1.7233) | | `conflict_dset_id` | int64 | 0.0% | 89.0 – 15438.0 (mean 869.1016) | | `conflict_new_id` | int64 | 0.0% | 283.0 – 15438.0 (mean 868.3525) | | `conflict_name` | object | 0.0% | Uganda: Government, LRA - Civilians, ADF - Civilians | | `dyad_dset_id` | int64 | 0.0% | 89.0 – 16938.0 (mean 1111.9301) | | `dyad_new_id` | int64 | 0.0% | 588.0 – 16938.0 (mean 1302.5482) | | `dyad_name` | object | 0.0% | Government of Uganda - LRA, LRA - Civilians, Government of Uganda - ADF | | `side_a_dset_id` | int64 | 0.0% | 89.0 – 5904.0 (mean 256.282) | | `side_a_new_id` | int64 | 0.0% | 89.0 – 5904.0 (mean 256.282) | | `side_a` | object | 0.0% | Government of Uganda, LRA, ADF | | `side_b_dset_id` | int64 | 0.0% | 234.0 – 9999.0 (mean 3686.6657) | | `side_b_new_id` | int64 | 0.0% | 1.0 – 6496.0 (mean 361.8314) | | `side_b` | object | 0.0% | LRA, Civilians, ADF | | `number_of_sources` | int64 | 0.0% | -1.0 – 11.0 (mean -0.8314) | | `source_article` | object | 0.0% | AI, "Uganda: Breaking the circle: Protecting human rights in the northern war zone", 1999-03-17, <http://www.amnesty.org/en/library/info/AFR59/001/1999>, AI, "Uganda: Breaking the circle: Protecting human rights in the northern war zone", 1999-03-17, p. 30, Reuters 2001-01-29; ICG 19/12-12, "Eastern Congo: the ADF-Nalu’s Lost Rebellion", 5 | | `source_original` | object | 29.6% | Army spokesman Paddy Ankunda, Army spokesman, UPDF spokesman Chris Magezi | | `where_prec` | int64 | 0.0% | 1.0 – 6.0 (mean 2.6627) | | `where_coordinates` | object | 0.0% | Northern Uganda, Gulu district, Pader district | | `where_description` | object | 0.2% | Northern Uganda, Pader district, Gulu district | | `adm_1` | object | 10.8% | | | `adm_2` | object | 32.7% | | | `latitude` | float64 | 0.0% | -1.3539 – 3.8828 (mean 2.4381) | | `longitude` | float64 | 0.0% | 29.6167 – 34.9167 (mean 32.3834) | | `geom_wkt` | object | 0.0% | | | `priogrid_gid` | int64 | 0.0% | 127860.0 – 135069.0 (mean 133236.6451) | | `country` | object | 0.0% | | | `iso3` | object | 0.0% | | | `country_id` | int64 | 0.0% | 500.0 – 500.0 (mean 500.0) | | `region` | object | 0.0% | | | `event_clarity` | int64 | 0.0% | 1.0 – 2.0 (mean 1.1575) | | `date_prec` | int64 | 0.0% | 1.0 – 5.0 (mean 1.4771) | | `date_start` | datetime64[ns] | 0.0% | | | `date_end` | datetime64[ns] | 0.0% | | | `deaths_a` | int64 | 0.0% | 0.0 – 77.0 (mean 0.8843) | | `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 | 36.3% | | | `esa_source` | object | 0.0% | | | `esa_processed` | object | 0.0% | | --- ## Numeric Summary | Column | Min | Max | Mean | Median | |---|---|---|---|---| | `id` | 7280.0 | 560780.0 | 44429.2327 | 36153.0 | | `year` | 1989.0 | 2024.0 | 2001.5764 | 2002.0 | | `type_of_violence` | 1.0 | 3.0 | 1.7233 | 1.0 | | `conflict_dset_id` | 89.0 | 15438.0 | 869.1016 | 314.0 | | `conflict_new_id` | 283.0 | 15438.0 | 868.3525 | 314.0 | | `dyad_dset_id` | 89.0 | 16938.0 | 1111.9301 | 688.0 | | `dyad_new_id` | 588.0 | 16938.0 | 1302.5482 | 688.0 | | `side_a_dset_id` | 89.0 | 5904.0 | 256.282 | 90.0 | | `side_a_new_id` | 89.0 | 5904.0 | 256.282 | 90.0 | | `side_b_dset_id` | 234.0 | 9999.0 | 3686.6657 | 488.0 | | `side_b_new_id` | 1.0 | 6496.0 | 361.8314 | 488.0 | | `number_of_sources` | -1.0 | 11.0 | -0.8314 | -1.0 | | `where_prec` | 1.0 | 6.0 | 2.6627 | 3.0 | | `latitude` | -1.3539 | 3.8828 | 2.4381 | 2.7667 | | `longitude` | 29.6167 | 34.9167 | 32.3834 | 32.5833 | --- ## 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`. 4 column(s) with >80% missing values were removed: `source_office`, `source_date`, `source_headline`, `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: `source_original`, `adm_2`, `gwnoa`. - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/ucdp-data-for-uganda) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_ucdp_data_for_uganda, title = {Uganda - Data on Conflict Events}, author = {HDX}, year = {2026}, url = {https://data.humdata.org/dataset/ucdp-data-for-uganda}, 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.*
提供机构:
electricsheepafrica
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作