economist_historical_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
2 rows where month = 5 and total_deaths = 37
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: start_date (date)
country 2
- Bermuda 1
- Faroe Islands 1
cadence 1
- monthly 2
Link | rowid ▼ | country | region | region_code | start_date | end_date | days | year | week | population | total_deaths | covid_deaths | expected_deaths | cadence | month |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12772 | 12772 | Faroe Islands | Faroe Islands | 0 | 2015-05-01 | 2015-05-31 | 31 | 2015 | 49085 | 37 | 0 | TBC | monthly | 5 | |
14940 | 14940 | Bermuda | Bermuda | 0 | 2015-05-01 | 2015-05-31 | 31 | 2015 | 64207 | 37 | 0 | TBC | monthly | 5 |
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]);