The WPF Famine Dataset
@owid.famines
@owid.famines
The dataset is a catalogue of famines and instances of mass starvation around the world since 1870 that are estimated to have killed 100,000 people or more. The dataset includes date, location, estimate for excess deaths, and causes (proximate, underlying, and contributory, along with a classification of the role of political intent).
CREATE TABLE owid_famines_1 (
"famine_name" VARCHAR,
"date" VARCHAR,
"country" VARCHAR,
"wpf_authoritative_mortality_estimate" UINTEGER,
"conflict" INTEGER,
"government_policy_overall" INTEGER,
"external_factors" INTEGER,
"region" VARCHAR
);CREATE TABLE owid_famines_2 (
"famine_name" VARCHAR,
"date" VARCHAR,
"country" VARCHAR,
"wpf_authoritative_mortality_estimate" UINTEGER,
"principal_cause" VARCHAR,
"region" VARCHAR
);Anyone who has the link will be able to view this.