johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
3 rows where country_or_region = "Italy" and deaths = 588 sorted by day descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
province_or_state 3
- Basilicata 1
- Calabria 1
- Sardegna 1
country_or_region 1
- Italy · 3 ✖
Link | rowid | day ▲ | country_or_region | province_or_state | admin2 | fips | confirmed | deaths | recovered | active | latitude | longitude | last_update | combined_key |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
107430 | 107430 | 2021-06-19 | Italy | Basilicata | 26791 | 588 | 24371 | 1832 | 40.63947052 | 15.80514834 | 2021-06-20 04:21:48 | Basilicata, Italy | ||
2211647 | 2211647 | 2021-01-30 | Italy | Calabria | 32554 | 588 | 23071 | 8895 | 38.90597598 | 16.59440194 | 2021-01-31 05:22:42 | Calabria, Italy | ||
1751261 | 1751261 | 2020-12-14 | Italy | Sardegna | 26506 | 588 | 10557 | 15361 | 39.21531192 | 9.110616306 | 2020-12-15 05:26:38 | Sardegna, Italy |
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]);