History Of War (Project Mars, 2020)
@owid.mars
@owid.mars
CREATE TABLE owid_mars (
"year" INTEGER,
"region" VARCHAR,
"conflict_type" VARCHAR,
"number_ongoing_conflicts" INTEGER,
"number_deaths_ongoing_conflicts_low" UINTEGER,
"number_deaths_ongoing_conflicts_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_high_per_capita" FLOAT,
"number_deaths_ongoing_conflicts_low_per_capita" FLOAT
);
CREATE TABLE owid_mars_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.