johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
4 rows where confirmed = 35 and province_or_state = "St Martin" sorted by day descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: active, last_update (date)
Link | rowid | day ▲ | country_or_region | province_or_state | admin2 | fips | confirmed | deaths | recovered | active | latitude | longitude | last_update | combined_key |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
418777 | 418777 | 2020-04-18 | France | St Martin | 35 | 2 | 19 | 14 | 18.0708 | -63.0501 | 2020-04-18 22:32:28 | St Martin, France | ||
50249 | 50249 | 2020-04-17 | France | St Martin | 35 | 2 | 13 | 20 | 18.0708 | -63.0501 | 2020-04-17 23:30:32 | St Martin, France | ||
934243 | 934243 | 2020-04-16 | France | St Martin | 35 | 2 | 13 | 20 | 18.0708 | -63.0501 | 2020-04-16 23:30:31 | St Martin, France | ||
860137 | 860137 | 2020-04-15 | France | St Martin | 35 | 2 | 13 | 20 | 18.0708 | -63.0501 | 2020-04-15 22:56:32 | St Martin, France |
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]);