economist_historical_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
8 rows where cadence = "monthly", country = "Qatar" and month = 9
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: covid_deaths, 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 | cadence | month |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19144 | 19144 | Qatar | Qatar | 0 | 2015-09-01 | 2015-09-30 | 30 | 2015 | 2695131 | 187 | 0 | TBC | monthly | 9 | |
19156 | 19156 | Qatar | Qatar | 0 | 2016-09-01 | 2016-09-30 | 30 | 2016 | 2695131 | 195 | 0 | TBC | monthly | 9 | |
19168 | 19168 | Qatar | Qatar | 0 | 2017-09-01 | 2017-09-30 | 30 | 2017 | 2695131 | 173 | 0 | TBC | monthly | 9 | |
19180 | 19180 | Qatar | Qatar | 0 | 2018-09-01 | 2018-09-30 | 30 | 2018 | 2695131 | 182 | 0 | TBC | monthly | 9 | |
19192 | 19192 | Qatar | Qatar | 0 | 2019-09-01 | 2019-09-30 | 30 | 2019 | 2695131 | 191 | 0 | TBC | monthly | 9 | |
19204 | 19204 | Qatar | Qatar | 0 | 2020-09-01 | 2020-09-30 | 30 | 2020 | 2695131 | 216 | 17 | TBC | monthly | 9 | |
19216 | 19216 | Qatar | Qatar | 0 | 2021-09-01 | 2021-09-30 | 30 | 2021 | 2695131 | 168 | 4 | TBC | monthly | 9 | |
19228 | 19228 | Qatar | Qatar | 0 | 2022-09-01 | 2022-09-30 | 30 | 2022 | 2695131 | 230 | 1 | TBC | monthly | 9 |
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]);