economist_excess_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
4 rows where cadence = "monthly" and covid_deaths = 179 sorted by end_date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: region, start_date, end_date, population, expected_deaths, excess_deaths, non_covid_deaths, covid_deaths_per_100k, excess_deaths_per_100k, excess_deaths_pct_change, month, 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, start_date (date), end_date (date)
country 2
- Moldova 2
- Uzbekistan 2
cadence 1
- monthly · 4 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
23078 | 23078 | Uzbekistan | Uzbekistan | 0 | 2020-08-01 | 2020-08-31 | 31 | 2020 | 34627648 | 20706 | 179 | 12425.778960956 | 8280.221039044 | 20527 | 0.516927976165173 | 23.9121670609682 | 0.666374403171175 | monthly | 8 | 4675.54838709677 | 40.4193548387097 | 2805.82105569974 | 1869.72733139703 | 4635.12903225806 | 0.116725672037297 | 5.39952159441216 | ||
24477 | 24477 | Uzbekistan | Uzbekistan | 0 | 2020-08-01 | 2020-08-31 | 31 | 2020 | 34627648 | 20706 | 179 | 12425.778960956 | 8280.221039044 | 20527 | 0.516927976165173 | 23.9121670609682 | 0.666374403171175 | monthly | 8 | 4675.54838709677 | 40.4193548387097 | 2805.82105569974 | 1869.72733139703 | 4635.12903225806 | 0.116725672037297 | 5.39952159441216 | ||
11018 | 11018 | Moldova | Moldova | 0 | 2020-05-01 | 2020-05-31 | 31 | 2020 | 3272993 | 3873 | 179 | 2984.43433953658 | 888.565660463423 | 3694 | 5.46900039199595 | 27.1484131027296 | 0.297733358945803 | monthly | 5 | 874.548387096774 | 40.4193548387097 | 673.904528282453 | 200.643858814321 | 834.129032258065 | 1.23493557238618 | 6.13028682964862 | ||
22409 | 22409 | Moldova | Moldova | 0 | 2020-05-01 | 2020-05-31 | 31 | 2020 | 3272993 | 3873 | 179 | 2984.43433953658 | 888.565660463423 | 3694 | 5.46900039199595 | 27.1484131027296 | 0.297733358945801 | monthly | 5 | 874.548387096774 | 40.4193548387097 | 673.904528282453 | 200.643858814321 | 834.129032258065 | 1.23493557238618 | 6.13028682964862 |
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);