The WPF Famine Dataset
@owid.famines_by_place
@owid.famines_by_place
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.