johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
5 rows where active = 47 and province_or_state = "Shanghai" sorted by day descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: day (date)
Link | rowid | day ▲ | country_or_region | province_or_state | admin2 | fips | confirmed | deaths | recovered | active | latitude | longitude | last_update | combined_key |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2071740 | 2071740 | 2021-07-02 | China | Shanghai | 2211 | 7 | 2157 | 47 | 31.202 | 121.4491 | 2021-07-03 04:21:37 | Shanghai, China | ||
2764756 | 2764756 | 2021-07-01 | China | Shanghai | 2207 | 7 | 2153 | 47 | 31.202 | 121.4491 | 2021-07-02 04:21:47 | Shanghai, China | ||
388046 | 388046 | 2021-04-04 | China | Shanghai | 1900 | 7 | 1846 | 47 | 31.202 | 121.4491 | 2021-04-05 04:20:35 | Shanghai, China | ||
1219391 | 1219391 | 2021-03-27 | China | Shanghai | 1878 | 7 | 1824 | 47 | 31.202 | 121.4491 | 2021-03-28 05:28:10 | Shanghai, China | ||
2537220 | 2537220 | 2020-12-01 | China | Shanghai | 1333 | 7 | 1279 | 47 | 31.202 | 121.4491 | 2020-12-02 05:27:41 | 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]);