economist_excess_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
6 rows where country = "South Africa" and week = 16 sorted by end_date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: year, total_deaths, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19440 | 19440 | South Africa | South Africa | 0 | 2022-04-18 | 2022-04-24 | 7 | 2022 | 16 | 59893884 | 10427 | 156 | 9359.03389830497 | 1067.96610169503 | 10271 | 0.26046065070684 | 1.78309708833548 | 0.114110720540125 | weekly | |||||||||
17097 | 17097 | South Africa | South Africa | 0 | 2022-04-17 | 2022-04-23 | 7 | 2022 | 16 | 59893884 | 10427 | 154 | 9350.37656903754 | 1076.62343096246 | 10273 | 0.257121411595214 | 1.79755153458149 | 0.115142253685006 | weekly | |||||||||
19388 | 19388 | South Africa | South Africa | 0 | 2021-04-19 | 2021-04-25 | 7 | 2021 | 16 | 59893884 | 10637 | 412 | 9390.027118644 | 1246.972881356 | 10225 | 0.687883256994988 | 2.08197030828055 | 0.132797580411681 | weekly | |||||||||
17045 | 17045 | South Africa | South Africa | 0 | 2021-04-18 | 2021-04-24 | 7 | 2021 | 16 | 59893884 | 10637 | 414 | 9383.10125523006 | 1253.89874476994 | 10223 | 0.691222496106614 | 2.09353386527736 | 0.133633722013927 | weekly | |||||||||
19335 | 19335 | South Africa | South Africa | 0 | 2020-04-13 | 2020-04-19 | 7 | 2020 | 16 | 59893884 | 8991 | 29 | 9421.02033898303 | -430.020338983026 | 8962 | 0.0484189671185793 | -0.717970367363429 | -0.0456447734438757 | weekly | |||||||||
16992 | 16992 | South Africa | South Africa | 0 | 2020-04-12 | 2020-04-18 | 7 | 2020 | 16 | 59893884 | 8991 | 27 | 9415.82594142258 | -424.825941422576 | 8964 | 0.0450797280069531 | -0.709297699615834 | -0.0451182874519445 | 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);