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 = 3 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, non_covid_deaths, covid_deaths_per_100k, excess_deaths_per_100k, excess_deaths_pct_change, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
740 | 740 | Norway | Norway | 0 | 2022-01-17 | 2022-01-23 | 7 | 2022 | 3 | 5434324 | 824 | 33 | 886.736376404508 | -62.736376404508 | 791 | 0.607251242288829 | -1.15444674267688 | -0.0707497493887508 | weekly | |||||||||
16036 | 16036 | Norway | Norway | 0 | 2022-01-17 | 2022-01-23 | 7 | 2022 | 3 | 5434324 | 824 | 33 | 886.736376404508 | -62.736376404508 | 791 | 0.607251242288829 | -1.15444674267688 | -0.0707497493887508 | weekly | |||||||||
688 | 688 | Norway | Norway | 0 | 2021-01-18 | 2021-01-24 | 7 | 2021 | 3 | 5434324 | 860 | 27 | 888.683848314619 | -28.6838483146191 | 833 | 0.496841925509042 | -0.527827349172024 | -0.0322767746584095 | weekly | |||||||||
15984 | 15984 | Norway | Norway | 0 | 2021-01-18 | 2021-01-24 | 7 | 2021 | 3 | 5434324 | 860 | 27 | 888.683848314619 | -28.6838483146191 | 833 | 0.496841925509042 | -0.527827349172024 | -0.0322767746584094 | weekly | |||||||||
635 | 635 | Norway | Norway | 0 | 2020-01-13 | 2020-01-19 | 7 | 2020 | 3 | 5434324 | 837 | 0 | 890.63132022473 | -53.6313202247303 | 837 | 0.0 | -0.986899570668409 | -0.0602171953836046 | weekly | |||||||||
15931 | 15931 | Norway | Norway | 0 | 2020-01-13 | 2020-01-19 | 7 | 2020 | 3 | 5434324 | 837 | 0 | 890.63132022473 | -53.6313202247303 | 837 | 0.0 | -0.986899570668409 | -0.0602171953836043 | 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);