johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
3 rows where country_or_region = "New Zealand" and "last_update" is on date 2022-05-20 sorted by day descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: day (date)
province_or_state 2
- Cook Islands 1
- Niue 1
country_or_region 1
- New Zealand · 3 ✖
Link | rowid | day ▲ | country_or_region | province_or_state | admin2 | fips | confirmed | deaths | recovered | active | latitude | longitude | last_update | combined_key |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3896098 | 3896098 | 2022-05-19 | New Zealand | Cook Islands | 5508 | 1 | 0 | -21.2367 | -159.7777 | 2022-05-20 04:20:57 | Cook Islands, New Zealand | |||
3896099 | 3896099 | 2022-05-19 | New Zealand | 1087466 | 797 | 0 | -40.9006 | 174.886 | 2022-05-20 04:20:57 | New Zealand | ||||
3899645 | 3899645 | 2022-05-19 | New Zealand | Niue | 9 | 0 | 0 | 0 | -19.0544 | -169.8672 | 2022-05-20 04:20:57 | Niue, New Zealand |
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]);