Conflicts In Central Africa
Conflict events in Central Africa
@kaggle.thedevastator_conflict_events_in_the_central_african_republic
Conflict events in Central Africa
@kaggle.thedevastator_conflict_events_in_the_central_african_republic
The UCDP Georeferenced Event Dataset (GED) is the world's most disaggregated dataset on individual conflict events. The dataset covers all events of organized violence (phenomena of lethal violence occurring at a given time and place) that are sufficiently fine-grained to be geo-coded down to the level of individual villages. The temporal durations of the events are disaggregated to single, individual days.
This dataset is an invaluable resource for researchers studying conflict at both the micro and macro levels. The data can be used to analyze patterns of violence at the village level, as well as to examine trends in conflict over time and across different regions of the world
Introduction
The Central African Republic conflict events dataset contains data on conflict events that have taken place in the Central African Republic. The dataset includes information on the location, type of violence, number of people killed, and other details of the event. The dataset can be used to study the patterns of violence in the Central African Republic and to understand the dynamics of the country's conflict
This dataset could be used to map out patterns of conflict in the Central African Republic, to identify which regions are most affected by violence and to track changes over time. This information could be used to target interventions and allocated resources more effectively.
This dataset could also be used to study the relationships between different groups involved in conflict in the Central African Republic, and to identify potential risk factors for violence.
Finally, this dataset could be used to evaluate the impact of different interventions aimed at reducing or preventing violence in the Central African Republic
UCDP - Uppsala Conflict Data Program
License
> License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
> No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
File: quickcharts-conflict-data-for-central-african-republic-2.csv
| Column name | Description |
|---|---|
| end_year | The year in which the conflict event ended. (Integer) |
| adm_1 | The administrative division of the village in which the conflict event took place. (String) |
| best | The best estimate of the number of people killed in the conflict event. (Integer) |
File: conflict-data-for-central-african-republic-1.csv
| Column name | Description |
|---|---|
| end_year | The year in which the conflict event ended. (Integer) |
| adm_1 | The administrative division of the village in which the conflict event took place. (String) |
| best | The best estimate of the number of people killed in the conflict event. (Integer) |
| year | The year in which the conflict event took place. (Integer) |
| active_year | The year in which the conflict event was active. (Integer) |
| start_year | The year in which the conflict event started. (Integer) |
| type_of_violence | The type of violence that took place in the conflict event. (String) |
| conflict_name | The name of the conflict in which the event took place. (String) |
| dyad_name | The name of the dyad involved in the conflict event. (String) |
| gwnoa | The first group involved in the conflict event. (String) |
| gwnob | The second group involved in the conflict event. (String) |
| number_of_sources | The number of sources used to corroborate the event. (Integer) |
| source_article | The source article used to corroborate the event. (String) |
| source_office | The source office used to corroborate the event. (String) |
| source_date | The source date used to corroborate the event. (String) |
| source_headline | The source headline used to corroborate the event. (String) |
| source_original | The source original used to corroborate the event. (String) |
| where_prec | The level of precision of the event location. (String) |
| where_coordinates | The coordinates of the event. (String) |
| adm_2 | The administrative division of the village in which the conflict event took place. (String) |
| latitude | The latitude of the village in which the conflict event took place. (Float) |
| longitude | The longitude of the village in which the conflict event took place. (Float) |
| geom_wkt | The geometry of the village in which the conflict event took place. (String) |
| country | The country in which the conflict event took place. (String) |
| iso3 | The ISO 3166-1 alpha-3 code for the country in which the conflict event took place. (String) |
| region | The region in which the conflict event took place. (String) |
| event_clarity | The level of clarity of the event. (String) |
| date_prec | The level of precision of the event date. (String) |
| date_start | The start date of the event. (String) |
| date_end | The end date of the event. (String) |
| deaths_a | The number of deaths of group A. (Integer) |
| deaths_b | The number of deaths of group B. (Integer) |
| deaths_civilians | The number of civilian deaths. (Integer) |
| deaths_unknown | The number of deaths of unknown groups. (Integer) |
| low | The low estimate of the number of people killed in the conflict event. (Integer) |
| high | The high estimate of the number of people killed in the conflict event. (Integer) |
CREATE TABLE conflict_data_for_central_african_republic_1 (
"index" BIGINT,
"id" DOUBLE,
"year" VARCHAR,
"active_year" DOUBLE,
"start_year" VARCHAR,
"end_year" VARCHAR,
"type_of_violence" DOUBLE,
"conflict_new_id" DOUBLE,
"conflict_name" VARCHAR,
"dyad_new_id" DOUBLE,
"dyad_name" VARCHAR,
"side_a_new_id" DOUBLE,
"gwnoa" DOUBLE,
"side_a" VARCHAR,
"side_b_new_id" DOUBLE,
"gwnob" VARCHAR,
"side_b" VARCHAR,
"number_of_sources" DOUBLE,
"source_article" VARCHAR,
"source_office" VARCHAR,
"source_date" VARCHAR,
"source_headline" VARCHAR,
"source_original" VARCHAR,
"where_prec" DOUBLE,
"where_coordinates" VARCHAR,
"adm_1" VARCHAR,
"adm_2" VARCHAR,
"latitude" VARCHAR,
"longitude" VARCHAR,
"geom_wkt" VARCHAR,
"priogrid_gid" DOUBLE,
"country" VARCHAR,
"country_id" DOUBLE,
"iso3" VARCHAR,
"region" VARCHAR,
"event_clarity" DOUBLE,
"date_prec" DOUBLE,
"date_start" VARCHAR,
"date_end" VARCHAR,
"deaths_a" DOUBLE,
"deaths_b" DOUBLE,
"deaths_civilians" DOUBLE,
"deaths_unknown" DOUBLE,
"low" DOUBLE,
"best" VARCHAR,
"high" DOUBLE
);CREATE TABLE quickcharts_conflict_data_for_central_african_republic_2 (
"index" BIGINT,
"end_year" VARCHAR,
"adm_1" VARCHAR,
"best" VARCHAR
);Anyone who has the link will be able to view this.