economist_excess_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
6 rows where cadence = "weekly", country = "Israel" and week = 3 sorted by end_date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: start_date, end_date, year, covid_deaths, expected_deaths, excess_deaths, non_covid_deaths, covid_deaths_per_100k, excess_deaths_per_100k, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
14554 | 14554 | Israel | Israel | 0 | 2022-01-17 | 2022-01-23 | 7 | 2022 | 3 | 9449000 | 1393 | 75 | 1073.25594569283 | 319.744054307166 | 1318 | 0.793734786749921 | 3.38389305013405 | 0.29791966733598 | weekly | |||||||||
20723 | 20723 | Israel | Israel | 0 | 2022-01-17 | 2022-01-23 | 7 | 2022 | 3 | 9449000 | 1393 | 75 | 1073.25594569283 | 319.744054307166 | 1318 | 0.793734786749921 | 3.38389305013405 | 0.297919667335975 | weekly | |||||||||
14502 | 14502 | Israel | Israel | 0 | 2021-01-18 | 2021-01-24 | 7 | 2021 | 3 | 9449000 | 1278 | 414 | 1066.82869850183 | 211.171301498173 | 864 | 4.38141602285956 | 2.23485343949807 | 0.19794302664966 | weekly | |||||||||
20671 | 20671 | Israel | Israel | 0 | 2021-01-18 | 2021-01-24 | 7 | 2021 | 3 | 9449000 | 1278 | 414 | 1066.82869850183 | 211.171301498173 | 864 | 4.38141602285956 | 2.23485343949807 | 0.197943026649663 | weekly | |||||||||
14449 | 14449 | Israel | Israel | 0 | 2020-01-13 | 2020-01-19 | 7 | 2020 | 3 | 9449000 | 1099 | 0 | 1060.40145131082 | 38.5985486891782 | 1099 | 0.0 | 0.408493477502151 | 0.0363999395148566 | weekly | |||||||||
20618 | 20618 | Israel | Israel | 0 | 2020-01-13 | 2020-01-19 | 7 | 2020 | 3 | 9449000 | 1099 | 0 | 1060.40145131082 | 38.5985486891782 | 1099 | 0.0 | 0.40849347750215 | 0.0363999395148549 | 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);