Baselight

Deaths From Famines By Regime, GDP And Population Growth

@owid.famines_by_regime_gdp_population

About this Dataset

Deaths From Famines By Regime, GDP And Population Growth

The World Peace Foundation has compiled a comprehensive dataset cataloging famines and mass starvation events since 1870. Their main dataset focuses on events that caused 100,000 or more deaths.

The dataset faces several methodological challenges that require careful consideration. Historical data quality varies significantly across different periods and regions, making direct comparisons challenging. Different measurement methods and inconsistent data collection practices further complicate the analysis. A particularly notable observation is that the worse a humanitarian emergency becomes, the more difficult it becomes to gather reliable data about it. These challenges are compounded by the complexity of defining famine boundaries and categorizing different types of mass starvation events.

The framework for defining famines in this dataset encompasses three main categories: conventional famines driven by food crises, mass starvation caused by war or genocide, and massive humanitarian emergencies. These events are distinguished from chronic poverty by being distinct episodes rather than ongoing conditions. The methodology uses a threshold of 100,000 deaths for practical purposes, considering both direct starvation deaths and related health crisis mortality. The dataset has evolved from using "lowest credible estimate" to "most credible estimate" for death tolls, and employs placeholder estimates of "100,000+" when exact figures are unavailable.

The classification of famine causes follows a structured approach, identifying immediate triggers, contributory factors, and structural causes. The dataset recognizes four main triggers: adverse climate, government policies, armed conflict, and genocide. Importantly, the authors note that famine causes are often complex and interconnected, rarely attributable to a single factor.

Given these methodological considerations, the authors emphasize that this compilation should be viewed more as a catalogue than a strict dataset, suitable for drawing general conclusions rather than precise statistical analyses. The dataset remains open for expert review and input, functioning as a living document that can be updated as new information becomes available.

Tables

Maddison Project Database

@owid.famines_by_regime_gdp_population.owid_famines
  • 13.46 KB
  • 332 rows
  • 10 columns
Loading...

CREATE TABLE owid_famines (
  "famine_name" VARCHAR,
  "year" INTEGER,
  "country" VARCHAR,
  "wpf_authoritative_mortality_estimate" UINTEGER,
  "principal_cause" VARCHAR,
  "region" VARCHAR,
  "regime_redux_row_owid" INTEGER,
  "gdp_per_capita" FLOAT,
  "population_growth" FLOAT,
  "midpoint_year" INTEGER
);