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 = 30 sorted by end_date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: year, total_deaths, covid_deaths, non_covid_deaths, covid_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19454 | 19454 | South Africa | South Africa | 0 | 2022-07-25 | 2022-07-31 | 7 | 2022 | 30 | 59893884 | 10858 | 39 | 10538.033898305 | 319.966101695034 | 10819 | 0.06511516267671 | 0.534221660587305 | 0.0303629789752813 | weekly | |||||||||
17111 | 17111 | South Africa | South Africa | 0 | 2022-07-24 | 2022-07-30 | 7 | 2022 | 30 | 59893884 | 10858 | 39 | 10529.3765690375 | 328.623430962463 | 10819 | 0.06511516267671 | 0.548676106833317 | 0.0312101508392095 | weekly | |||||||||
19402 | 19402 | South Africa | South Africa | 0 | 2021-07-26 | 2021-08-01 | 7 | 2021 | 30 | 59893884 | 19075 | 2416 | 10569.027118644 | 8505.972881356 | 16659 | 4.0338008468444 | 14.2017386639277 | 0.804801878722714 | weekly | |||||||||
17059 | 17059 | South Africa | South Africa | 0 | 2021-07-25 | 2021-07-31 | 7 | 2021 | 30 | 59893884 | 19075 | 2525 | 10562.1012552301 | 8512.89874476994 | 16550 | 4.21578937842802 | 14.2133022209245 | 0.805985337487133 | weekly | |||||||||
19349 | 19349 | South Africa | South Africa | 0 | 2020-07-20 | 2020-07-26 | 7 | 2020 | 30 | 59893884 | 16559 | 1736 | 10600.020338983 | 5958.97966101698 | 14823 | 2.8984595488915 | 9.94922897472633 | 0.562166813878839 | weekly | |||||||||
17006 | 17006 | South Africa | South Africa | 0 | 2020-07-19 | 2020-07-25 | 7 | 2020 | 30 | 59893884 | 16559 | 1707 | 10594.8259414226 | 5964.17405857743 | 14852 | 2.85004058177292 | 9.95790164247393 | 0.562932708055095 | 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);