economist_excess_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
6 rows where cadence = "weekly", country = "Denmark" and week = 7 sorted by end_date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: start_date, end_date, year, total_deaths, expected_deaths, non_covid_deaths, covid_deaths_per_100k, start_date (date)
Link | rowid | country | region | region_code | start_date | end_date ▲ | days | year | week | population | total_deaths | covid_deaths | expected_deaths | excess_deaths | non_covid_deaths | covid_deaths_per_100k | excess_deaths_per_100k | excess_deaths_pct_change | cadence | month | total_deaths_per_7_days | covid_deaths_per_7_days | expected_deaths_per_7_days | excess_deaths_per_7_days | non_covid_deaths_per_7_days | covid_deaths_per_100k_per_7_days | excess_deaths_per_100k_per_7_days | quarter |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12922 | 12922 | Denmark | Denmark | 0 | 2022-02-14 | 2022-02-20 | 7 | 2022 | 7 | 5882259 | 1267 | 244 | 1181.55763108613 | 85.4423689138666 | 1023 | 4.14806624461793 | 1.45254346865493 | 0.0723133317122486 | weekly | |||||||||
19031 | 19031 | Denmark | Denmark | 0 | 2022-02-14 | 2022-02-20 | 7 | 2022 | 7 | 5882259 | 1267 | 244 | 1181.55763108613 | 85.4423689138666 | 1023 | 4.14806624461793 | 1.45254346865493 | 0.0723133317122455 | weekly | |||||||||
12870 | 12870 | Denmark | Denmark | 0 | 2021-02-15 | 2021-02-21 | 7 | 2021 | 7 | 5882259 | 1062 | 46 | 1174.39667602995 | -112.396676029948 | 1016 | 0.782012488739445 | -1.91077400757002 | -0.0957058873922456 | weekly | |||||||||
18979 | 18979 | Denmark | Denmark | 0 | 2021-02-15 | 2021-02-21 | 7 | 2021 | 7 | 5882259 | 1062 | 46 | 1174.39667602995 | -112.396676029948 | 1016 | 0.782012488739445 | -1.91077400757002 | -0.0957058873922442 | weekly | |||||||||
12817 | 12817 | Denmark | Denmark | 0 | 2020-02-10 | 2020-02-16 | 7 | 2020 | 7 | 5882259 | 1059 | 0 | 1167.23572097377 | -108.235720973766 | 1059 | 0.0 | -1.84003664193919 | -0.0927282459137508 | weekly | |||||||||
18926 | 18926 | Denmark | Denmark | 0 | 2020-02-10 | 2020-02-16 | 7 | 2020 | 7 | 5882259 | 1059 | 0 | 1167.23572097377 | -108.235720973766 | 1059 | 0.0 | -1.8400366419392 | -0.0927282459137478 | weekly |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE [economist_excess_deaths] ( [country] TEXT, [region] TEXT, [region_code] INTEGER, [start_date] TEXT, [end_date] TEXT, [days] INTEGER, [year] INTEGER, [week] INTEGER, [population] INTEGER, [total_deaths] INTEGER, [covid_deaths] INTEGER, [expected_deaths] FLOAT, [excess_deaths] FLOAT, [non_covid_deaths] INTEGER, [covid_deaths_per_100k] FLOAT, [excess_deaths_per_100k] FLOAT, [excess_deaths_pct_change] FLOAT, [cadence] TEXT , [month] INTEGER, [total_deaths_per_7_days] FLOAT, [covid_deaths_per_7_days] FLOAT, [expected_deaths_per_7_days] FLOAT, [excess_deaths_per_7_days] FLOAT, [non_covid_deaths_per_7_days] FLOAT, [covid_deaths_per_100k_per_7_days] FLOAT, [excess_deaths_per_100k_per_7_days] FLOAT, [quarter] INTEGER);