economist_historical_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
8 rows where country = "Hong Kong" and month = 3
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
18952 | 18952 | Hong Kong | Hong Kong | 0 | 2015-03-01 | 2015-03-31 | 31 | 2015 | 7488863 | 4197 | 0 | TBC | monthly | 3 | |
18964 | 18964 | Hong Kong | Hong Kong | 0 | 2016-03-01 | 2016-03-31 | 31 | 2016 | 7488863 | 4589 | 0 | TBC | monthly | 3 | |
18976 | 18976 | Hong Kong | Hong Kong | 0 | 2017-03-01 | 2017-03-31 | 31 | 2017 | 7488863 | 4183 | 0 | TBC | monthly | 3 | |
18988 | 18988 | Hong Kong | Hong Kong | 0 | 2018-03-01 | 2018-03-31 | 31 | 2018 | 7488863 | 4264 | 0 | TBC | monthly | 3 | |
19000 | 19000 | Hong Kong | Hong Kong | 0 | 2019-03-01 | 2019-03-31 | 31 | 2019 | 7488863 | 4216 | 0 | TBC | monthly | 3 | |
19012 | 19012 | Hong Kong | Hong Kong | 0 | 2020-03-01 | 2020-03-31 | 31 | 2020 | 7488863 | 4171 | 2 | TBC | monthly | 3 | |
19024 | 19024 | Hong Kong | Hong Kong | 0 | 2021-03-01 | 2021-03-31 | 31 | 2021 | 7488863 | 4318 | 6 | TBC | monthly | 3 | |
19036 | 19036 | Hong Kong | Hong Kong | 0 | 2022-03-01 | 2022-03-31 | 31 | 2022 | 7488863 | 12216 | 7081 | TBC | monthly | 3 |
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]);