COVID-19, Excess Mortality
@owid.excess_mortality_economist
@owid.excess_mortality_economist
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
);
Anyone who has the link will be able to view this.