economist_excess_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
6 rows where country = "France" and week = 7 sorted by month
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: start_date, end_date, total_deaths, expected_deaths, excess_deaths, non_covid_deaths, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
13424 | 13424 | France | France | 0 | 2020-02-10 | 2020-02-16 | 7 | 2020 | 7 | 67813000 | 12261 | 1 | 13057.6317883892 | -796.63178838923 | 12260 | 0.00147464350493268 | -1.17474789257109 | -0.0610089027856922 | weekly | |||||||||
13477 | 13477 | France | France | 0 | 2021-02-15 | 2021-02-21 | 7 | 2021 | 7 | 67813000 | 14132 | 2466 | 13121.9511704117 | 1010.04882958833 | 11666 | 3.63647088316399 | 1.48946194621729 | 0.0769739817250525 | weekly | |||||||||
13529 | 13529 | France | France | 0 | 2022-02-14 | 2022-02-20 | 7 | 2022 | 7 | 67813000 | 13713 | 1791 | 13186.2705524341 | 526.729447565889 | 11922 | 2.64108651733443 | 0.776738158709818 | 0.0399452935135378 | weekly | |||||||||
19963 | 19963 | France | France | 0 | 2020-02-10 | 2020-02-16 | 7 | 2020 | 7 | 67813000 | 12261 | 1 | 13057.6317883892 | -796.63178838923 | 12260 | 0.00147464350493268 | -1.17474789257108 | -0.0610089027856943 | weekly | |||||||||
20016 | 20016 | France | France | 0 | 2021-02-15 | 2021-02-21 | 7 | 2021 | 7 | 67813000 | 14132 | 2466 | 13121.9511704117 | 1010.04882958833 | 11666 | 3.63647088316399 | 1.48946194621729 | 0.0769739817250548 | weekly | |||||||||
20068 | 20068 | France | France | 0 | 2022-02-14 | 2022-02-20 | 7 | 2022 | 7 | 67813000 | 13713 | 1791 | 13186.2705524341 | 526.729447565889 | 11922 | 2.64108651733443 | 0.776738158709818 | 0.0399452935135369 | 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);