economist_historical_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
12 rows where country = "Azerbaijan" and year = 2020
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
16758 | 16758 | Azerbaijan | Azerbaijan | 0 | 2020-01-01 | 2020-01-31 | 31 | 2020 | 10358078 | 5177 | 0 | TBC | monthly | 1 | |
16759 | 16759 | Azerbaijan | Azerbaijan | 0 | 2020-02-01 | 2020-02-29 | 29 | 2020 | 10358078 | 5039 | 0 | TBC | monthly | 2 | |
16760 | 16760 | Azerbaijan | Azerbaijan | 0 | 2020-03-01 | 2020-03-31 | 31 | 2020 | 10358078 | 5792 | 5 | TBC | monthly | 3 | |
16761 | 16761 | Azerbaijan | Azerbaijan | 0 | 2020-04-01 | 2020-04-30 | 30 | 2020 | 10358078 | 4511 | 19 | TBC | monthly | 4 | |
16762 | 16762 | Azerbaijan | Azerbaijan | 0 | 2020-05-01 | 2020-05-31 | 31 | 2020 | 10358078 | 4294 | 39 | TBC | monthly | 5 | |
16763 | 16763 | Azerbaijan | Azerbaijan | 0 | 2020-06-01 | 2020-06-30 | 30 | 2020 | 10358078 | 6203 | 150 | TBC | monthly | 6 | |
16764 | 16764 | Azerbaijan | Azerbaijan | 0 | 2020-07-01 | 2020-07-31 | 31 | 2020 | 10358078 | 6410 | 235 | TBC | monthly | 7 | |
16765 | 16765 | Azerbaijan | Azerbaijan | 0 | 2020-08-01 | 2020-08-31 | 31 | 2020 | 10358078 | 5049 | 86 | TBC | monthly | 8 | |
16766 | 16766 | Azerbaijan | Azerbaijan | 0 | 2020-09-01 | 2020-09-30 | 30 | 2020 | 10358078 | 4520 | 57 | TBC | monthly | 9 | |
16767 | 16767 | Azerbaijan | Azerbaijan | 0 | 2020-10-01 | 2020-10-31 | 31 | 2020 | 10358078 | 5774 | 139 | TBC | monthly | 10 | |
16768 | 16768 | Azerbaijan | Azerbaijan | 0 | 2020-11-01 | 2020-11-30 | 30 | 2020 | 10358078 | 8378 | 662 | TBC | monthly | 11 | |
16769 | 16769 | Azerbaijan | Azerbaijan | 0 | 2020-12-01 | 2020-12-31 | 31 | 2020 | 10358078 | 14500 | 1249 | TBC | monthly | 12 |
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]);