economist_excess_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
6 rows where country = "New Zealand" and week = 5 sorted by end_date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: start_date, end_date, year, total_deaths, covid_deaths, expected_deaths, excess_deaths, non_covid_deaths, covid_deaths_per_100k, excess_deaths_per_100k, excess_deaths_pct_change, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
15885 | 15885 | New Zealand | New Zealand | 0 | 2022-01-31 | 2022-02-06 | 7 | 2022 | 5 | 5185289 | 660 | 0 | 636.890870786494 | 23.1091292135056 | 660 | 0.0 | 0.445667140510502 | 0.0362842839699815 | weekly | |||||||||
20216 | 20216 | New Zealand | New Zealand | 0 | 2022-01-31 | 2022-02-06 | 7 | 2022 | 5 | 5185289 | 660 | 0 | 636.890870786494 | 23.1091292135056 | 660 | 0.0 | 0.445667140510503 | 0.0362842839699811 | weekly | |||||||||
15833 | 15833 | New Zealand | New Zealand | 0 | 2021-02-01 | 2021-02-07 | 7 | 2021 | 5 | 5185289 | 642 | 1 | 624.248455056151 | 17.7515449438492 | 641 | 0.0192853281658939 | 0.342344369693747 | 0.0284366662024855 | weekly | |||||||||
20164 | 20164 | New Zealand | New Zealand | 0 | 2021-02-01 | 2021-02-07 | 7 | 2021 | 5 | 5185289 | 642 | 1 | 624.248455056151 | 17.7515449438492 | 641 | 0.0192853281658939 | 0.342344369693748 | 0.0284366662024857 | weekly | |||||||||
15780 | 15780 | New Zealand | New Zealand | 0 | 2020-01-27 | 2020-02-02 | 7 | 2020 | 5 | 5185289 | 615 | 0 | 611.606039325807 | 3.39396067419284 | 615 | 0.0 | 0.0654536453839476 | 0.00554925958209007 | weekly | |||||||||
20111 | 20111 | New Zealand | New Zealand | 0 | 2020-01-27 | 2020-02-02 | 7 | 2020 | 5 | 5185289 | 615 | 0 | 611.606039325807 | 3.39396067419284 | 615 | 0.0 | 0.0654536453839476 | 0.00554925958209007 | 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);