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 = 8 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), end_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12923 | 12923 | Denmark | Denmark | 0 | 2022-02-21 | 2022-02-27 | 7 | 2022 | 8 | 5882259 | 1254 | 272 | 1168.05763108613 | 85.9423689138666 | 982 | 4.62407384645933 | 1.46104360440209 | 0.0735771648818009 | weekly | |||||||||
19032 | 19032 | Denmark | Denmark | 0 | 2022-02-21 | 2022-02-27 | 7 | 2022 | 8 | 5882259 | 1254 | 272 | 1168.05763108613 | 85.9423689138666 | 982 | 4.62407384645933 | 1.46104360440209 | 0.0735771648817978 | weekly | |||||||||
12871 | 12871 | Denmark | Denmark | 0 | 2021-02-22 | 2021-02-28 | 7 | 2021 | 8 | 5882259 | 970 | 23 | 1160.89667602995 | -190.896676029948 | 947 | 0.391006244369723 | -3.24529531987537 | -0.164438989249914 | weekly | |||||||||
18980 | 18980 | Denmark | Denmark | 0 | 2021-02-22 | 2021-02-28 | 7 | 2021 | 8 | 5882259 | 970 | 23 | 1160.89667602995 | -190.896676029948 | 947 | 0.391006244369723 | -3.24529531987538 | -0.164438989249913 | weekly | |||||||||
12818 | 12818 | Denmark | Denmark | 0 | 2020-02-17 | 2020-02-23 | 7 | 2020 | 8 | 5882259 | 1034 | 0 | 1153.73572097377 | -119.735720973766 | 1034 | 0.0 | -2.03553976412406 | -0.103780890889563 | weekly | |||||||||
18927 | 18927 | Denmark | Denmark | 0 | 2020-02-17 | 2020-02-23 | 7 | 2020 | 8 | 5882259 | 1034 | 0 | 1153.73572097377 | -119.735720973766 | 1034 | 0.0 | -2.03553976412406 | -0.10378089088956 | 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);