economist_historical_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
8 rows where country = "Ireland" and month = 1
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19641 | 19641 | Ireland | Ireland | 0 | 2015-01-01 | 2015-01-31 | 31 | 2015 | 5023108 | 2967 | 0 | TBC | monthly | 1 | |
19653 | 19653 | Ireland | Ireland | 0 | 2016-01-01 | 2016-01-31 | 31 | 2016 | 5023108 | 3110 | 0 | TBC | monthly | 1 | |
19665 | 19665 | Ireland | Ireland | 0 | 2017-01-01 | 2017-01-31 | 31 | 2017 | 5023108 | 3425 | 0 | TBC | monthly | 1 | |
19677 | 19677 | Ireland | Ireland | 0 | 2018-01-01 | 2018-01-31 | 31 | 2018 | 5023108 | 3488 | 0 | TBC | monthly | 1 | |
19689 | 19689 | Ireland | Ireland | 0 | 2019-01-01 | 2019-01-31 | 31 | 2019 | 5023108 | 3035 | 0 | TBC | monthly | 1 | |
19701 | 19701 | Ireland | Ireland | 0 | 2020-01-01 | 2020-01-31 | 31 | 2020 | 5023108 | 2969 | 0 | TBC | monthly | 1 | |
19713 | 19713 | Ireland | Ireland | 0 | 2021-01-01 | 2021-01-31 | 31 | 2021 | 5023108 | 3973 | 1070 | TBC | monthly | 1 | |
19725 | 19725 | Ireland | Ireland | 0 | 2022-01-01 | 2022-01-31 | 31 | 2022 | 5023108 | 3134 | 224 | TBC | monthly | 1 |
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]);