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 = 15 sorted by end_date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: year, total_deaths, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19439 | 19439 | South Africa | South Africa | 0 | 2022-04-11 | 2022-04-17 | 7 | 2022 | 15 | 59893884 | 10978 | 51 | 9402.43389830497 | 1575.56610169503 | 10927 | 0.085150597346467 | 2.6305959748662 | 0.167570026945796 | weekly | |||||||||
17096 | 17096 | South Africa | South Africa | 0 | 2022-04-10 | 2022-04-16 | 7 | 2022 | 15 | 59893884 | 10978 | 48 | 9393.77656903755 | 1584.22343096245 | 10930 | 0.0801417386790277 | 2.6450504211122 | 0.168646062562755 | weekly | |||||||||
19387 | 19387 | South Africa | South Africa | 0 | 2021-04-12 | 2021-04-18 | 7 | 2021 | 15 | 59893884 | 10812 | 414 | 9433.427118644 | 1378.572881356 | 10398 | 0.691222496106614 | 2.30169224182555 | 0.146137015107841 | weekly | |||||||||
17044 | 17044 | South Africa | South Africa | 0 | 2021-04-11 | 2021-04-17 | 7 | 2021 | 15 | 59893884 | 10812 | 455 | 9426.50125523006 | 1385.49874476994 | 10357 | 0.75967689789495 | 2.31325579882236 | 0.146979107863719 | weekly | |||||||||
19334 | 19334 | South Africa | South Africa | 0 | 2020-04-06 | 2020-04-12 | 7 | 2020 | 15 | 59893884 | 8844 | 14 | 9464.42033898303 | -620.420338983025 | 8830 | 0.0233746737813831 | -1.03586593079024 | -0.0655529146806355 | weekly | |||||||||
16991 | 16991 | South Africa | South Africa | 0 | 2020-04-05 | 2020-04-11 | 7 | 2020 | 15 | 59893884 | 8844 | 16 | 9459.22594142258 | -615.225941422583 | 8828 | 0.0267139128930092 | -1.02719326304266 | -0.0650397765348287 | 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);