johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
6 rows where country_or_region = "Netherlands", deaths = 100 and province_or_state = "Flevoland" sorted by day descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: day (date), last_update (date)
Link | rowid | day ▲ | country_or_region | province_or_state | admin2 | fips | confirmed | deaths | recovered | active | latitude | longitude | last_update | combined_key |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3389506 | 3389506 | 2020-10-02 | Netherlands | Flevoland | 2349 | 100 | 0 | 2242 | 52.550383 | 5.515162 | 2020-10-03 04:23:40 | Flevoland, Netherlands | ||
2379747 | 2379747 | 2020-10-01 | Netherlands | Flevoland | 2301 | 100 | 0 | 2195 | 52.550383 | 5.515162 | 2020-10-02 04:23:51 | Flevoland, Netherlands | ||
1045933 | 1045933 | 2020-09-30 | Netherlands | Flevoland | 2251 | 100 | 0 | 2147 | 52.550383 | 5.515162 | 2020-10-01 04:23:42 | Flevoland, Netherlands | ||
967014 | 967014 | 2020-09-29 | Netherlands | Flevoland | 2195 | 100 | 0 | 1983 | 52.550383 | 5.515162 | 2020-09-30 04:23:33 | Flevoland, Netherlands | ||
1515511 | 1515511 | 2020-09-28 | Netherlands | Flevoland | 2133 | 100 | 0 | 1983 | 52.550383 | 5.515162 | 2020-09-29 04:23:42 | Flevoland, Netherlands | ||
2582099 | 2582099 | 2020-09-27 | Netherlands | Flevoland | 2087 | 100 | 0 | 1983 | 52.550383 | 5.515162 | 2020-09-28 04:23:00 | Flevoland, 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]);