johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
4 rows where country_or_region = "Netherlands" and "day" is on date 2020-03-21 sorted by day descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: last_update (date)
province_or_state 4
- Aruba 1
- Curacao 1
- Netherlands 1
- Sint Maarten 1
country_or_region 1
- Netherlands · 4 ✖
Link | rowid | day ▲ | country_or_region | province_or_state | admin2 | fips | confirmed | deaths | recovered | active | latitude | longitude | last_update | combined_key |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
339633 | 339633 | 2020-03-21 | Netherlands | Netherlands | 3631 | 136 | 2 | 52.1326 | 5.2913 | 2020-03-21T14:43:04 | ||||
339859 | 339859 | 2020-03-21 | Netherlands | Aruba | 5 | 0 | 0 | 12.5211 | -69.9683 | 2020-03-20T02:43:10 | ||||
339874 | 339874 | 2020-03-21 | Netherlands | Curacao | 3 | 1 | 0 | 12.1696 | -68.99 | 2020-03-19T08:53:03 | ||||
339904 | 339904 | 2020-03-21 | Netherlands | Sint Maarten | 1 | 0 | 0 | 18.0425 | -63.0548 | 2020-03-20T21:13:30 |
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]);