History Of War (COW MID, 2020)
@owid.cow_mid
@owid.cow_mid
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.