johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
4 rows where active = 1521 and country_or_region = "Chile" sorted by day descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: last_update (date)
province_or_state 4
- Araucania 1
- Los Lagos 1
- Magallanes 1
- Maule 1
country_or_region 1
- Chile · 4 ✖
Link | rowid | day ▲ | country_or_region | province_or_state | admin2 | fips | confirmed | deaths | recovered | active | latitude | longitude | last_update | combined_key |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
279974 | 279974 | 2021-02-24 | Chile | Maule | 41918 | 825 | 39572 | 1521 | -35.5183 | -71.6885 | 2021-02-25 05:24:57 | Maule, Chile | ||
3503141 | 3503141 | 2021-01-17 | Chile | Araucania | 27529 | 361 | 25647 | 1521 | -38.9489 | -72.3311 | 2021-01-18 05:22:34 | Araucania, Chile | ||
1515186 | 1515186 | 2020-09-28 | Chile | Magallanes | 8083 | 81 | 6481 | 1521 | -52.368 | -70.9863 | 2020-09-29 04:23:42 | Magallanes, Chile | ||
1136104 | 1136104 | 2020-06-26 | Chile | Los Lagos | 1541 | 20 | 0 | 1521 | -41.9198 | -72.1416 | 2020-06-27 04:33:35 | Los Lagos, Chile |
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]);