History Of War (UCDP/PRIO, 2023)
@owid.ucdp_prio
@owid.ucdp_prio
CREATE TABLE owid_ucdp_prio_1 (
"year" INTEGER,
"region" VARCHAR,
"conflict_type" VARCHAR,
"number_deaths_ongoing_conflicts" UINTEGER,
"number_deaths_ongoing_conflicts_high" UINTEGER,
"number_deaths_ongoing_conflicts_low" UINTEGER,
"number_deaths_ongoing_conflicts_per_capita" FLOAT,
"number_deaths_ongoing_conflicts_high_per_capita" FLOAT,
"number_deaths_ongoing_conflicts_low_per_capita" FLOAT
);
CREATE TABLE owid_ucdp_prio_2 (
"year" INTEGER,
"region" VARCHAR,
"conflict_type" VARCHAR,
"number_deaths_ongoing_conflicts" UINTEGER,
"number_deaths_ongoing_conflicts_high" UINTEGER,
"number_deaths_ongoing_conflicts_low" UINTEGER,
"number_deaths_ongoing_conflicts_per_capita" FLOAT,
"number_deaths_ongoing_conflicts_high_per_capita" FLOAT,
"number_deaths_ongoing_conflicts_low_per_capita" FLOAT
);
CREATE TABLE owid_ucdp_prio_3 (
"year" INTEGER,
"region" VARCHAR,
"conflict_type" VARCHAR,
"number_deaths_ongoing_conflicts" UINTEGER,
"number_deaths_ongoing_conflicts_high" UINTEGER,
"number_deaths_ongoing_conflicts_low" UINTEGER,
"number_deaths_ongoing_conflicts_per_capita" FLOAT,
"number_deaths_ongoing_conflicts_high_per_capita" FLOAT,
"number_deaths_ongoing_conflicts_low_per_capita" FLOAT
);
Anyone who has the link will be able to view this.