economist_excess_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
6 rows where cadence = "weekly", country = "Norway" and week = 28 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, excess_deaths, covid_deaths_per_100k, excess_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
765 | 765 | Norway | Norway | 0 | 2022-07-11 | 2022-07-17 | 7 | 2022 | 28 | 5434324 | 882 | 89 | 708.262640449453 | 173.737359550547 | 793 | 1.63773819890018 | 3.19703719451668 | 0.245300753743407 | weekly | |||||||||
16061 | 16061 | Norway | Norway | 0 | 2022-07-11 | 2022-07-17 | 7 | 2022 | 28 | 5434324 | 882 | 89 | 708.262640449453 | 173.737359550547 | 793 | 1.63773819890018 | 3.19703719451669 | 0.245300753743408 | weekly | |||||||||
713 | 713 | Norway | Norway | 0 | 2021-07-12 | 2021-07-18 | 7 | 2021 | 28 | 5434324 | 716 | 0 | 710.210112359565 | 5.7898876404355 | 716 | 0.0 | 0.106542923102036 | 0.00815235877337694 | weekly | |||||||||
16009 | 16009 | Norway | Norway | 0 | 2021-07-12 | 2021-07-18 | 7 | 2021 | 28 | 5434324 | 716 | 0 | 710.210112359565 | 5.7898876404355 | 716 | 0.0 | 0.106542923102036 | 0.00815235877337628 | weekly | |||||||||
660 | 660 | Norway | Norway | 0 | 2020-07-06 | 2020-07-12 | 7 | 2020 | 28 | 5434324 | 668 | 1 | 712.157584269676 | -44.1575842696757 | 667 | 0.0184015527966312 | -0.812568118310128 | -0.0620053556193741 | weekly | |||||||||
15956 | 15956 | Norway | Norway | 0 | 2020-07-06 | 2020-07-12 | 7 | 2020 | 28 | 5434324 | 668 | 1 | 712.157584269676 | -44.1575842696757 | 667 | 0.0184015527966312 | -0.812568118310128 | -0.0620053556193746 | 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);