economist_excess_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
4 rows where country = "Kosovo" and month = 11 sorted by end_date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: end_date, total_deaths, covid_deaths, expected_deaths, excess_deaths, non_covid_deaths, covid_deaths_per_100k, excess_deaths_per_100k, excess_deaths_pct_change, 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, excess_deaths_per_100k_per_7_days, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
17947 | 17947 | Kosovo | Kosovo | 0 | 2021-11-01 | 2021-11-30 | 30 | 2021 | 1782115 | 802 | 7 | 816.061928892188 | -14.0619288921885 | 795 | 0.392791710972636 | -0.789058444162608 | -0.0172314482447156 | monthly | 11 | 187.133333333333 | 1.63333333333333 | 190.414450074844 | -3.28111674151064 | 185.5 | 0.0916513992269485 | -0.184113636971275 | ||
22173 | 22173 | Kosovo | Kosovo | 0 | 2021-11-01 | 2021-11-30 | 30 | 2021 | 1782115 | 802 | 7 | 816.061928892188 | -14.0619288921885 | 795 | 0.392791710972636 | -0.78905844416261 | -0.017231448244715 | monthly | 11 | 187.133333333333 | 1.63333333333333 | 190.414450074844 | -3.28111674151064 | 185.5 | 0.0916513992269485 | -0.184113636971275 | ||
17935 | 17935 | Kosovo | Kosovo | 0 | 2020-11-01 | 2020-11-30 | 30 | 2020 | 1782115 | 1610 | 338 | 791.796446669139 | 818.203553330861 | 1272 | 18.9662283298216 | 45.91193909096 | 1.03335087795962 | monthly | 11 | 375.666666666667 | 78.8666666666667 | 184.752504222799 | 190.914162443868 | 296.8 | 4.42545327695837 | 10.7127857878907 | ||
22161 | 22161 | Kosovo | Kosovo | 0 | 2020-11-01 | 2020-11-30 | 30 | 2020 | 1782115 | 1610 | 338 | 791.796446669139 | 818.203553330861 | 1272 | 18.9662283298216 | 45.91193909096 | 1.03335087795962 | monthly | 11 | 375.666666666667 | 78.8666666666667 | 184.752504222799 | 190.914162443868 | 296.8 | 4.42545327695837 | 10.7127857878907 |
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);