johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
3 rows where country_or_region = "Mexico" and deaths = 1028 sorted by day descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: recovered
province_or_state 3
- Campeche 1
- Nayarit 1
- Nuevo Leon 1
country_or_region 1
- Mexico · 3 ✖
Link | rowid | day ▲ | country_or_region | province_or_state | admin2 | fips | confirmed | deaths | recovered | active | latitude | longitude | last_update | combined_key |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2637799 | 2637799 | 2021-02-11 | Mexico | Campeche | 8177 | 1028 | 0 | 7149 | 19.8301 | -90.5349 | 2021-02-12 05:23:29 | Campeche, Mexico | ||
2406922 | 2406922 | 2020-12-23 | Mexico | Nayarit | 7675 | 1028 | 0 | 6647 | 21.7514 | -104.8455 | 2020-12-24 05:23:04 | Nayarit, Mexico | ||
1928473 | 1928473 | 2020-07-30 | Mexico | Nuevo Leon | 16441 | 1028 | 12340 | 3073 | 25.5922 | -99.9962 | 2020-07-31 04:35:18 | Nuevo Leon, Mexico |
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]);