Excess Mortality During The COVID-19 Pandemic
@owid.xm_karlinsky_kobak
@owid.xm_karlinsky_kobak
The data are sourced from the World Mortality Dataset (https://github.com/akarlinsky/world_mortality). Excess mortality is computed relative to the baseline obtained using linear extrapolation of the 2015–19 trend (different baselines for 2020, 2021, and 2022). In each subplot in the figure below, gray lines are 2015–19, black line is baseline for 2020, red line is 2020, blue line is 2021, orange line is 2022. Countries are sorted by the total excess mortality as % of the 2020 baseline.
For more details, refer to https://github.com/dkobak/excess-mortality#excess-mortality-during-the-covid-19-pandemic.
CREATE TABLE owid_xm_karlinsky_kobak (
"entity" VARCHAR,
"time" INTEGER,
"time_unit" VARCHAR,
"age" VARCHAR,
"baseline_proj" FLOAT,
"baseline_proj_21" FLOAT,
"baseline_proj_22" FLOAT,
"baseline_proj_23" FLOAT
);CREATE TABLE owid_xm_karlinsky_kobak_by_age (
"entity" VARCHAR,
"time" INTEGER,
"time_unit" VARCHAR,
"age" VARCHAR,
"baseline_proj" FLOAT,
"baseline_proj_21" FLOAT,
"baseline_proj_22" FLOAT,
"baseline_proj_23" FLOAT
);Anyone who has the link will be able to view this.