History Of War (COW MID, 2020)
@owid.cow_mid
@owid.cow_mid
This dataset provides information on militarized interstate disputes, using Correlates of War's Militarized Interstate Disputes dataset (version 5.0).
The dataset provides information on the number of ongoing and new interstate conflicts and the number of deaths in ongoing interstate conflicts.
Deaths of combatants due to fighting are included.
We use the world regions of the participants to code the conflicts' world region(s). The regions are defined based on Gleditsch and Ward codes. Find the complete mapping at
https://correlatesofwar.org/wp-content/uploads/states2016.csv:
• Americas: 2-165
• Europe: 200-395
• Africa: 402-626
• Middle East: 630-698
• Asia and Oceania: 700-999
You can find more information about the data in our article: [To be published]
CREATE TABLE owid_cow_mid (
"year" INTEGER,
"region" VARCHAR,
"fatality" VARCHAR,
"hostility" VARCHAR,
"number_ongoing_disputes" INTEGER,
"number_new_disputes" INTEGER,
"number_ongoing_disputes_per_country" FLOAT,
"number_ongoing_disputes_per_country_pair" FLOAT,
"number_new_disputes_per_country" FLOAT,
"number_new_disputes_per_country_pair" FLOAT
);CREATE TABLE owid_cow_mid_country (
"year" INTEGER,
"country" VARCHAR,
"hostlev" VARCHAR,
"participated_in_conflict" INTEGER,
"number_participants" INTEGER
);Anyone who has the link will be able to view this.