History Of War (Brecke, 1999)
@owid.brecke
@owid.brecke
This dataset provides information on armed conflicts, using data from Peter Brecke's Conflict Catalog.
The data includes information on the number of ongoing and new conflicts, the number of ongoing and new conflict types, as well as the number of deaths in ongoing conflicts and conflict types.
Deaths of combatants and civilians due to fighting, disease, and starvation are included.
We change the world regions in the data. The list belows lists these, along with the codes of the countries in them. Find the complete list of country codes at https://correlatesofwar.org/wp-content/uploads/states2016.csv.
You can find more information about the data in our article: [To be published]
CREATE TABLE owid_brecke (
"year" INTEGER,
"region" VARCHAR,
"conflict_type" VARCHAR,
"number_ongoing_conflicts" INTEGER,
"number_deaths_ongoing_conflicts" UINTEGER,
"number_new_conflicts" INTEGER,
"number_ongoing_conflicts_per_country" FLOAT,
"number_ongoing_conflicts_per_country_pair" FLOAT,
"number_new_conflicts_per_country" FLOAT,
"number_new_conflicts_per_country_pair" FLOAT,
"number_deaths_ongoing_conflicts_per_capita" FLOAT
);Anyone who has the link will be able to view this.