economist_historical_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
3 rows where country = "Algeria" and month = 6
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
10756 | 10756 | Algeria | Algeria | 0 | 2018-06-01 | 2018-06-30 | 30 | 2018 | 44903228 | 13613.6 | 0 | TBC | monthly | 6 | |
10768 | 10768 | Algeria | Algeria | 0 | 2019-06-01 | 2019-06-30 | 30 | 2019 | 44903228 | 14284.6 | 0 | TBC | monthly | 6 | |
10780 | 10780 | Algeria | Algeria | 0 | 2020-06-01 | 2020-06-30 | 30 | 2020 | 44903228 | 18100 | 259 | TBC | monthly | 6 |
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]);