economist_excess_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
6 rows where country = "Belgium" and week = 14 sorted by year
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: start_date, year, total_deaths, covid_deaths, expected_deaths, excess_deaths, covid_deaths_per_100k, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11486 | 11486 | Belgium | Belgium | 0 | 2020-03-30 | 2020-04-05 | 7 | 2020 | 14 | 11655923 | 4021 | 1016 | 2098.71629213488 | 1922.28370786512 | 3005 | 8.71659841953314 | 16.4919046553852 | 0.915933094467815 | weekly | |||||||||
20310 | 20310 | Belgium | Belgium | 0 | 2020-03-30 | 2020-04-05 | 7 | 2020 | 14 | 11655923 | 4021 | 1016 | 2098.71629213488 | 1922.28370786512 | 3005 | 8.71659841953314 | 16.4919046553853 | 0.915933094467817 | weekly | |||||||||
11539 | 11539 | Belgium | Belgium | 0 | 2021-04-05 | 2021-04-11 | 7 | 2021 | 14 | 11655923 | 2205 | 304 | 2091.75505617983 | 113.244943820172 | 1901 | 2.60811606253748 | 0.971565647955739 | 0.054138721207152 | weekly | |||||||||
20363 | 20363 | Belgium | Belgium | 0 | 2021-04-05 | 2021-04-11 | 7 | 2021 | 14 | 11655923 | 2205 | 304 | 2091.75505617983 | 113.244943820172 | 1901 | 2.60811606253748 | 0.971565647955735 | 0.0541387212071527 | weekly | |||||||||
11591 | 11591 | Belgium | Belgium | 0 | 2022-04-04 | 2022-04-10 | 7 | 2022 | 14 | 11655923 | 2542 | 171 | 2084.79382022478 | 457.206179775222 | 2371 | 1.46706528517733 | 3.92252230711564 | 0.219305225936407 | weekly | |||||||||
20415 | 20415 | Belgium | Belgium | 0 | 2022-04-04 | 2022-04-10 | 7 | 2022 | 14 | 11655923 | 2542 | 171 | 2084.79382022478 | 457.206179775222 | 2371 | 1.46706528517733 | 3.92252230711564 | 0.219305225936408 | 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);