johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
4 rows where country_or_region = "Eswatini" and deaths = 91 sorted by day descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: last_update (date)
country_or_region 1
- Eswatini · 4 ✖
province_or_state 0
Link | rowid | day ▲ | country_or_region | province_or_state | admin2 | fips | confirmed | deaths | recovered | active | latitude | longitude | last_update | combined_key |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
193956 | 193956 | 2020-08-31 | Eswatini | 4577 | 91 | 3529 | 957 | -26.5225 | 31.4659 | 2020-09-01 04:28:31 | Eswatini | |||
3931915 | 3931915 | 2020-08-30 | Eswatini | 4561 | 91 | 3478 | 992 | -26.5225 | 31.4659 | 2020-08-31 04:28:27 | Eswatini | |||
609577 | 609577 | 2020-08-29 | Eswatini | 4510 | 91 | 3359 | 1060 | -26.5225 | 31.4659 | 2020-08-30 04:28:22 | Eswatini | |||
1523072 | 1523072 | 2020-08-28 | Eswatini | 4461 | 91 | 3210 | 1160 | -26.5225 | 31.4659 | 2020-08-29 04:28:19 | Eswatini |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE [johns_hopkins_csse_daily_reports] ( [day] TEXT, [country_or_region] TEXT, [province_or_state] TEXT, [admin2] TEXT, [fips] TEXT, [confirmed] INTEGER, [deaths] INTEGER, [recovered] INTEGER, [active] TEXT, [latitude] TEXT, [longitude] TEXT, [last_update] TEXT, [combined_key] TEXT ); CREATE INDEX [idx_johns_hopkins_csse_daily_reports_day] ON [johns_hopkins_csse_daily_reports] ([day]); CREATE INDEX [idx_johns_hopkins_csse_daily_reports_province_or_state] ON [johns_hopkins_csse_daily_reports] ([province_or_state]); CREATE INDEX [idx_johns_hopkins_csse_daily_reports_country_or_region] ON [johns_hopkins_csse_daily_reports] ([country_or_region]); CREATE INDEX [idx_johns_hopkins_csse_daily_reports_combined_key] ON [johns_hopkins_csse_daily_reports] ([combined_key]);