economist_historical_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
8 rows where country = "Thailand" and month = 11
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: total_deaths, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3221 | 3221 | Thailand | Thailand | 0 | 2015-11-01 | 2015-11-30 | 30 | 2015 | 71697024 | 39332 | 0 | TBC | monthly | 11 | |
3233 | 3233 | Thailand | Thailand | 0 | 2016-11-01 | 2016-11-30 | 30 | 2016 | 71697024 | 38617 | 0 | TBC | monthly | 11 | |
3245 | 3245 | Thailand | Thailand | 0 | 2017-11-01 | 2017-11-30 | 30 | 2017 | 71697024 | 39861 | 0 | TBC | monthly | 11 | |
3257 | 3257 | Thailand | Thailand | 0 | 2018-11-01 | 2018-11-30 | 30 | 2018 | 71697024 | 39332 | 0 | TBC | monthly | 11 | |
3269 | 3269 | Thailand | Thailand | 0 | 2019-11-01 | 2019-11-30 | 30 | 2019 | 71697024 | 40480 | 0 | TBC | monthly | 11 | |
3281 | 3281 | Thailand | Thailand | 0 | 2020-11-01 | 2020-11-30 | 30 | 2020 | 71697024 | 43545 | 1 | TBC | monthly | 11 | |
3293 | 3293 | Thailand | Thailand | 0 | 2021-11-01 | 2021-11-30 | 30 | 2021 | 71697024 | 48892 | 1566 | TBC | monthly | 11 | |
3305 | 3305 | Thailand | Thailand | 0 | 2022-11-01 | 2022-11-30 | 30 | 2022 | 71697024 | 49543 | 225 | TBC | monthly | 11 |
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]);