johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
5 rows where active = 30 and province_or_state = "Shanghai" sorted by day descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: confirmed, latitude, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
458734 | 458734 | 2020-08-07 | China | Shanghai | 766 | 7 | 729 | 30 | 31.201999999999998 | 121.4491 | 2020-08-08 04:34:53 | Shanghai, China | ||
2974608 | 2974608 | 2020-06-30 | China | Shanghai | 712 | 7 | 675 | 30 | 31.202 | 121.4491 | 2020-07-01 04:33:52 | Shanghai, China | ||
2633085 | 2633085 | 2020-06-29 | China | Shanghai | 712 | 7 | 675 | 30 | 31.202 | 121.4491 | 2020-06-30 04:33:48 | Shanghai, China | ||
2110848 | 2110848 | 2020-05-06 | China | Shanghai | 657 | 7 | 620 | 30 | 31.201999999999998 | 121.4491 | 2020-05-07 02:32:28 | Shanghai, China | ||
3084751 | 3084751 | 2020-05-04 | China | Shanghai | 656 | 7 | 619 | 30 | 31.201999999999998 | 121.4491 | 2020-05-05 02:32:34 | Shanghai, China |
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]);