johns_hopkins_csse_daily_reports
Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette
11 rows where country_or_region = "France" and "last_update" is on date 2020-04-18 sorted by day descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: recovered, last_update (date)
province_or_state 10
country_or_region 1
- France · 11 ✖
Link | rowid | day ▲ | country_or_region | province_or_state | admin2 | fips | confirmed | deaths | recovered | active | latitude | longitude | last_update | combined_key |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
418716 | 418716 | 2020-04-18 | France | French Guiana | 96 | 0 | 64 | 32 | 4.0 | -53.0 | 2020-04-18 22:32:28 | French Guiana, France | ||
418717 | 418717 | 2020-04-18 | France | French Polynesia | 55 | 0 | 2 | 53 | -17.6797 | -149.4068 | 2020-04-18 22:32:28 | French Polynesia, France | ||
418724 | 418724 | 2020-04-18 | France | Guadeloupe | 148 | 8 | 73 | 67 | 16.265 | -61.551 | 2020-04-18 22:32:28 | Guadeloupe, France | ||
418744 | 418744 | 2020-04-18 | France | Martinique | 158 | 8 | 73 | 77 | 14.6415 | -61.0242 | 2020-04-18 22:32:28 | Martinique, France | ||
418745 | 418745 | 2020-04-18 | France | Mayotte | 254 | 4 | 117 | 133 | -12.8275 | 45.166244 | 2020-04-18 22:32:28 | Mayotte, France | ||
418748 | 418748 | 2020-04-18 | France | New Caledonia | 18 | 0 | 14 | 4 | -20.904305 | 165.618042 | 2020-04-18 22:32:28 | New Caledonia, France | ||
418765 | 418765 | 2020-04-18 | France | Reunion | 407 | 0 | 237 | 170 | -21.1151 | 55.5364 | 2020-04-18 22:32:28 | Reunion, France | ||
418766 | 418766 | 2020-04-18 | France | Saint Barthelemy | 6 | 0 | 5 | 1 | 17.9 | -62.8333 | 2020-04-18 22:32:28 | Saint Barthelemy, France | ||
418768 | 418768 | 2020-04-18 | France | Saint Pierre and Miquelon | 1 | 0 | 0 | 1 | 46.8852 | -56.3159 | 2020-04-18 22:32:28 | Saint Pierre and Miquelon, France | ||
418777 | 418777 | 2020-04-18 | France | St Martin | 35 | 2 | 19 | 14 | 18.0708 | -63.0501 | 2020-04-18 22:32:28 | St Martin, France | ||
418847 | 418847 | 2020-04-18 | France | 150746 | 19303 | 35983 | 95460 | 46.2276 | 2.2137 | 2020-04-18 22:32:28 | France |
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]);