economist_historical_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
8 rows where cadence = "weekly", country = "Italy" and week = 28
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: covid_deaths, end_date (date)
Link | rowid ▼ | country | region | region_code | start_date | end_date | days | year | week | population | total_deaths | covid_deaths | expected_deaths | cadence | month |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
14558 | 14558 | Italy | Italy | 0 | 2015-07-06 | 2015-07-12 | 7 | 2015 | 28 | 59037472 | 13269 | 0 | TBC | weekly | |
14611 | 14611 | Italy | Italy | 0 | 2016-07-11 | 2016-07-17 | 7 | 2016 | 28 | 59037472 | 11324 | 0 | TBC | weekly | |
14663 | 14663 | Italy | Italy | 0 | 2017-07-10 | 2017-07-16 | 7 | 2017 | 28 | 59037472 | 11642 | 0 | TBC | weekly | |
14715 | 14715 | Italy | Italy | 0 | 2018-07-09 | 2018-07-15 | 7 | 2018 | 28 | 59037472 | 11117 | 0 | TBC | weekly | |
14767 | 14767 | Italy | Italy | 0 | 2019-07-08 | 2019-07-14 | 7 | 2019 | 28 | 59037472 | 11617 | 0 | TBC | weekly | |
14819 | 14819 | Italy | Italy | 0 | 2020-07-06 | 2020-07-12 | 7 | 2020 | 28 | 59037472 | 11484 | 93 | TBC | weekly | |
14872 | 14872 | Italy | Italy | 0 | 2021-07-12 | 2021-07-18 | 7 | 2021 | 28 | 59037472 | 11693 | 92 | TBC | weekly | |
14924 | 14924 | Italy | Italy | 0 | 2022-07-11 | 2022-07-17 | 7 | 2022 | 28 | 59037472 | 13464 | 819 | TBC | weekly |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE [economist_historical_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] TEXT, [cadence] TEXT , [month] INTEGER); CREATE INDEX [idx_economist_historical_deaths_country] ON [economist_historical_deaths] ([country]); CREATE INDEX [idx_economist_historical_deaths_cadence] ON [economist_historical_deaths] ([cadence]); CREATE INDEX [idx_economist_historical_deaths_end_date] ON [economist_historical_deaths] ([end_date]);