economist_historical_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
8 rows where cadence = "monthly", country = "Singapore" and month = 2
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: days, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
10575 | 10575 | Singapore | Singapore | 0 | 2015-02-01 | 2015-02-28 | 28 | 2015 | 5637022 | 1481 | 0 | TBC | monthly | 2 | |
10587 | 10587 | Singapore | Singapore | 0 | 2016-02-01 | 2016-02-29 | 29 | 2016 | 5637022 | 1592 | 0 | TBC | monthly | 2 | |
10599 | 10599 | Singapore | Singapore | 0 | 2017-02-01 | 2017-02-28 | 28 | 2017 | 5637022 | 1577 | 0 | TBC | monthly | 2 | |
10611 | 10611 | Singapore | Singapore | 0 | 2018-02-01 | 2018-02-28 | 28 | 2018 | 5637022 | 1662 | 0 | TBC | monthly | 2 | |
10623 | 10623 | Singapore | Singapore | 0 | 2019-02-01 | 2019-02-28 | 28 | 2019 | 5637022 | 1631 | 0 | TBC | monthly | 2 | |
10635 | 10635 | Singapore | Singapore | 0 | 2020-02-01 | 2020-02-29 | 29 | 2020 | 5637022 | 1762 | 0 | TBC | monthly | 2 | |
10647 | 10647 | Singapore | Singapore | 0 | 2021-02-01 | 2021-02-28 | 28 | 2021 | 5637022 | 1769 | 0 | TBC | monthly | 2 | |
10659 | 10659 | Singapore | Singapore | 0 | 2022-02-01 | 2022-02-28 | 28 | 2022 | 5637022 | 2128 | 164 | TBC | monthly | 2 |
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]);