economist_excess_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
6 rows where country = "Slovenia" and week = 20 sorted by end_date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: start_date, year, total_deaths, covid_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
274 | 274 | Slovenia | Slovenia | 0 | 2022-05-16 | 2022-05-22 | 7 | 2022 | 20 | 2119843 | 391 | 7 | 373.281741573014 | 17.7182584269862 | 384 | 0.330213133708487 | 0.835828805575989 | 0.0474661802431624 | weekly | |||||||||
16950 | 16950 | Slovenia | Slovenia | 0 | 2022-05-16 | 2022-05-22 | 7 | 2022 | 20 | 2119843 | 391 | 7 | 373.281741573014 | 17.7182584269862 | 384 | 0.330213133708487 | 0.835828805575988 | 0.0474661802431617 | weekly | |||||||||
222 | 222 | Slovenia | Slovenia | 0 | 2021-05-17 | 2021-05-23 | 7 | 2021 | 20 | 2119843 | 408 | 29 | 369.585393258408 | 38.4146067415917 | 379 | 1.36802583964945 | 1.8121439531886 | 0.103939732041122 | weekly | |||||||||
16898 | 16898 | Slovenia | Slovenia | 0 | 2021-05-17 | 2021-05-23 | 7 | 2021 | 20 | 2119843 | 408 | 29 | 369.585393258408 | 38.4146067415917 | 379 | 1.36802583964945 | 1.81214395318859 | 0.103939732041123 | weekly | |||||||||
169 | 169 | Slovenia | Slovenia | 0 | 2020-05-11 | 2020-05-17 | 7 | 2020 | 20 | 2119843 | 354 | 2 | 365.889044943803 | -11.8890449438027 | 352 | 0.0943466096309963 | -0.560845541099163 | -0.0324935799748495 | weekly | |||||||||
16845 | 16845 | Slovenia | Slovenia | 0 | 2020-05-11 | 2020-05-17 | 7 | 2020 | 20 | 2119843 | 354 | 2 | 365.889044943803 | -11.8890449438027 | 352 | 0.0943466096309963 | -0.560845541099162 | -0.0324935799748501 | 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);