johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
4 rows where country_or_region = "Mainland China", deaths = 1 and province_or_state = "Hunan" 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3197706 | 3197706 | 2020-02-11 | Mainland China | Hunan | 912 | 1 | 247 | 27.6104 | 111.7088 | 2020-02-11T12:53:02 | ||||
3089005 | 3089005 | 2020-02-10 | Mainland China | Hunan | 879 | 1 | 208 | 27.6104 | 111.7088 | 2020-02-10T13:53:02 | ||||
3362374 | 3362374 | 2020-02-09 | Mainland China | Hunan | 838 | 1 | 186 | 27.6104 | 111.7088 | 2020-02-09T12:33:01 | ||||
1366044 | 1366044 | 2020-02-08 | Mainland China | Hunan | 803 | 1 | 156 | 27.6104 | 111.7088 | 2020-02-08T12:53:01 |
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]);