johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
3 rows where country_or_region = "Netherlands" and deaths = 1150 sorted by day descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: latitude, day (date), last_update (date)
province_or_state 2
- Utrecht 2
- Overijssel 1
country_or_region 1
- Netherlands · 3 ✖
Link | rowid | day ▲ | country_or_region | province_or_state | admin2 | fips | confirmed | deaths | recovered | active | latitude | longitude | last_update | combined_key |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1483684 | 1483684 | 2021-08-13 | Netherlands | Overijssel | 123065 | 1150 | 0 | 52.444557999999994 | 6.441722 | 2021-08-14 04:21:25 | Overijssel, Netherlands | |||
1616373 | 1616373 | 2021-03-05 | Netherlands | Utrecht | 88087 | 1150 | 0 | 86938 | 52.084251 | 5.163824 | 2021-03-06 04:23:41 | Utrecht, Netherlands | ||
2207784 | 2207784 | 2021-03-04 | Netherlands | Utrecht | 87800 | 1150 | 0 | 86646 | 52.084251 | 5.163824 | 2021-03-05 05:26:29 | Utrecht, Netherlands |
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]);