economist_historical_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
8 rows where country = "Serbia" and month = 7
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
13764 | 13764 | Serbia | Serbia | 0 | 2015-07-01 | 2015-07-31 | 31 | 2015 | 6871547 | 8635 | 0 | TBC | monthly | 7 | |
13776 | 13776 | Serbia | Serbia | 0 | 2016-07-01 | 2016-07-31 | 31 | 2016 | 6871547 | 7767 | 0 | TBC | monthly | 7 | |
13788 | 13788 | Serbia | Serbia | 0 | 2017-07-01 | 2017-07-31 | 31 | 2017 | 6871547 | 7669 | 0 | TBC | monthly | 7 | |
13800 | 13800 | Serbia | Serbia | 0 | 2018-07-01 | 2018-07-31 | 31 | 2018 | 6871547 | 7877 | 0 | TBC | monthly | 7 | |
13812 | 13812 | Serbia | Serbia | 0 | 2019-07-01 | 2019-07-31 | 31 | 2019 | 6871547 | 7943 | 0 | TBC | monthly | 7 | |
13824 | 13824 | Serbia | Serbia | 0 | 2020-07-01 | 2020-07-31 | 31 | 2020 | 6871547 | 9959 | 296 | TBC | monthly | 7 | |
13836 | 13836 | Serbia | Serbia | 0 | 2021-07-01 | 2021-07-31 | 31 | 2021 | 6871547 | 8417 | 67 | TBC | monthly | 7 | |
13848 | 13848 | Serbia | Serbia | 0 | 2022-07-01 | 2022-07-31 | 31 | 2022 | 6871547 | 7848 | 154 | TBC | monthly | 7 |
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]);