johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
7 rows where deaths = 91987 and province_or_state = "Lima" 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2733193 | 2733193 | 2022-02-27 | Peru | Lima | 1582977 | 91987 | 0 | -11.766533 | -76.60449799999998 | 2022-02-28 04:21:05 | Lima, Peru | |||
3046346 | 3046346 | 2022-02-26 | Peru | Lima | 1582977 | 91987 | 0 | -11.766533 | -76.60449799999998 | 2022-02-27 04:21:04 | Lima, Peru | |||
575001 | 575001 | 2022-02-25 | Peru | Lima | 1582977 | 91987 | 0 | -11.766533 | -76.60449799999998 | 2022-02-26 04:21:12 | Lima, Peru | |||
1511577 | 1511577 | 2022-02-24 | Peru | Lima | 1582977 | 91987 | 0 | -11.766533 | -76.60449799999998 | 2022-02-25 04:21:11 | Lima, Peru | |||
1058018 | 1058018 | 2022-02-23 | Peru | Lima | 1582977 | 91987 | 0 | -11.766533 | -76.60449799999998 | 2022-02-24 04:21:14 | Lima, Peru | |||
2446941 | 2446941 | 2022-02-22 | Peru | Lima | 1582977 | 91987 | 0 | -11.766533 | -76.60449799999998 | 2022-02-23 04:21:09 | Lima, Peru | |||
3718354 | 3718354 | 2022-02-21 | Peru | Lima | 1582977 | 91987 | 0 | -11.766533 | -76.60449799999998 | 2022-02-22 04:21:01 | Lima, Peru |
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]);