economist_excess_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
6 rows where country = "Israel" and week = 1 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, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
14552 | 14552 | Israel | Israel | 0 | 2022-01-03 | 2022-01-09 | 7 | 2022 | 1 | 9449000 | 1069 | 25 | 1053.75594569277 | 15.24405430723 | 1044 | 0.264578262249974 | 0.161329815930046 | 0.0144663993304524 | weekly | |||||||||
20721 | 20721 | Israel | Israel | 0 | 2022-01-03 | 2022-01-09 | 7 | 2022 | 1 | 9449000 | 1069 | 25 | 1053.75594569277 | 15.24405430723 | 1044 | 0.264578262249974 | 0.161329815930046 | 0.0144663993304524 | weekly | |||||||||
14500 | 14500 | Israel | Israel | 0 | 2021-01-04 | 2021-01-10 | 7 | 2021 | 1 | 9449000 | 1211 | 255 | 1047.32869850176 | 163.671301498237 | 956 | 2.69869827494973 | 1.7321547412238 | 0.156275008726847 | weekly | |||||||||
20669 | 20669 | Israel | Israel | 0 | 2021-01-04 | 2021-01-10 | 7 | 2021 | 1 | 9449000 | 1211 | 255 | 1047.32869850176 | 163.671301498237 | 956 | 2.69869827494973 | 1.7321547412238 | 0.156275008726844 | weekly | |||||||||
14447 | 14447 | Israel | Israel | 0 | 2019-12-30 | 2020-01-05 | 7 | 2020 | 1 | 9449000 | 1092 | 0 | 1040.90145131076 | 51.0985486892423 | 1092 | 0.0 | 0.540782608627816 | 0.0490906690781283 | weekly | |||||||||
20616 | 20616 | Israel | Israel | 0 | 2019-12-30 | 2020-01-05 | 7 | 2020 | 1 | 9449000 | 1092 | 0 | 1040.90145131076 | 51.0985486892423 | 1092 | 0.0 | 0.540782608627816 | 0.0490906690781305 | 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);