History Of War (PRIO V3.1, 2017)
@owid.prio_v31
@owid.prio_v31
CREATE TABLE owid_prio_v31 (
"year" INTEGER,
"region" VARCHAR,
"conflict_type" VARCHAR,
"number_ongoing_conflicts" INTEGER,
"number_deaths_ongoing_conflicts_battle_low" UINTEGER,
"number_deaths_ongoing_conflicts_battle" INTEGER,
"number_deaths_ongoing_conflicts_battle_high" 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_battle_high_per_capita" FLOAT,
"number_deaths_ongoing_conflicts_battle_low_per_capita" FLOAT,
"number_deaths_ongoing_conflicts_battle_per_capita" FLOAT
);
CREATE TABLE owid_prio_v31_country (
"year" INTEGER,
"country" VARCHAR,
"conflict_type" VARCHAR,
"participated_in_conflict" INTEGER,
"number_participants" INTEGER
);
Anyone who has the link will be able to view this.