History Of War (COW, 2020)
@owid.cow
@owid.cow
CREATE TABLE owid_cow (
"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
);
CREATE TABLE owid_cow_country (
"year" INTEGER,
"country" VARCHAR,
"conflict_type" VARCHAR,
"participated_in_conflict" INTEGER,
"number_participants" INTEGER
);
CREATE TABLE owid_cow_locations (
"year" INTEGER,
"country" VARCHAR,
"conflict_type" VARCHAR,
"is_location_of_conflict" INTEGER,
"number_locations" INTEGER
);
Anyone who has the link will be able to view this.