The WPF Famine Dataset
@owid.famines_by_place
@owid.famines_by_place
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_by_place_1 (
"country" VARCHAR,
"year" INTEGER,
"wpf_authoritative_mortality_estimate" FLOAT,
"decadal_famine_deaths" UINTEGER
);CREATE TABLE owid_famines_by_place_2 (
"country" VARCHAR,
"year" INTEGER,
"wpf_authoritative_mortality_estimate" FLOAT,
"decadal_famine_deaths" UINTEGER
);Anyone who has the link will be able to view this.