Baselight

COVID-19, Excess Mortality

@owid.excess_mortality_economist

Loading...
Loading...

About this Dataset

COVID-19, Excess Mortality

The Economist built a statistical/machine-learning model to estimate the true toll of COVID-19 by measuring “excess deaths” worldwide. It draws on all-cause mortality data from places with reliable death registrations, then relates these data to a range of demographic and socioeconomic indicators. This allows them to predict excess deaths for regions without robust reporting systems.

The model finds that official COVID-19 counts underestimate actual fatalities, often by a substantial margin. It highlights how discrepancies in reporting and limited testing can fail to capture the real impact of the pandemic. The Economist regularly updates its predictions and releases them through a public GitHub repository.

It comes with certain limitations due to data gaps and reliance on approximate indicators where reliable records are scarce.

Interpreting estimates (from their GitHub repository):

Estimating excess deaths for every country every day since the pandemic began is a complex and difficult task. Rather than being overly confident in a single number, limited data means that we can often only give a very very wide range of plausible values. Focusing on central estimates in such cases would be misleading: unless ranges are very narrow, the 95% range should be reported when possible. The ranges assume that the conditions for bootstrap confidence intervals are met. Please see our tracker page and methodology for more information.

Tables

Excess Deaths Model

@owid.excess_mortality_economist.owid_excess_mortality_economist
  • 3.74 MB
  • 55458 rows
  • 20 columns
Loading...

CREATE TABLE owid_excess_mortality_economist (
  "country" VARCHAR,
  "date" TIMESTAMP,
  "cumulative_estimated_daily_excess_deaths" FLOAT,
  "cumulative_estimated_daily_excess_deaths_ci_95_top" FLOAT,
  "cumulative_estimated_daily_excess_deaths_ci_95_bot" FLOAT,
  "cumulative_estimated_daily_excess_deaths_per_100k" FLOAT,
  "cumulative_estimated_daily_excess_deaths_ci_95_top_per_100k" FLOAT,
  "cumulative_estimated_daily_excess_deaths_ci_95_bot_per_100k" FLOAT,
  "estimated_daily_excess_deaths" FLOAT,
  "estimated_daily_excess_deaths_ci_95_top" FLOAT,
  "estimated_daily_excess_deaths_ci_95_bot" FLOAT,
  "estimated_daily_excess_deaths_per_100k" FLOAT,
  "estimated_daily_excess_deaths_ci_95_top_per_100k" FLOAT,
  "estimated_daily_excess_deaths_ci_95_bot_per_100k" FLOAT,
  "cumulative_estimated_daily_excess_deaths_last12m" FLOAT,
  "cumulative_estimated_daily_excess_deaths_per_100k_last12m" FLOAT,
  "cumulative_estimated_daily_excess_deaths_ci_95_bot_last12m" FLOAT,
  "cumulative_estimated_daily_excess_deaths_ci_95_bot_per_fef09da4" FLOAT,
  "cumulative_estimated_daily_excess_deaths_ci_95_top_last12m" FLOAT,
  "cumulative_estimated_daily_excess_deaths_ci_95_top_per_7f8a1178" FLOAT
);

Share link

Anyone who has the link will be able to view this.