ny_times_us_counties
Data license: LICENSE · Data source: The New York Times · About: simonw/covid-19-datasette
14 rows where county = "Ferry", deaths = 28 and state = "Washington" sorted by date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: cases, date (date)
Link | rowid | date ▲ | county | state | fips | cases | deaths |
---|---|---|---|---|---|---|---|
2310597 | 2310597 | 2022-03-15 | Ferry | Washington | 53019 | 1393 | 28 |
2307344 | 2307344 | 2022-03-14 | Ferry | Washington | 53019 | 1393 | 28 |
2304093 | 2304093 | 2022-03-13 | Ferry | Washington | 53019 | 1391 | 28 |
2300841 | 2300841 | 2022-03-12 | Ferry | Washington | 53019 | 1391 | 28 |
2297589 | 2297589 | 2022-03-11 | Ferry | Washington | 53019 | 1391 | 28 |
2294337 | 2294337 | 2022-03-10 | Ferry | Washington | 53019 | 1388 | 28 |
2291085 | 2291085 | 2022-03-09 | Ferry | Washington | 53019 | 1388 | 28 |
2287833 | 2287833 | 2022-03-08 | Ferry | Washington | 53019 | 1386 | 28 |
2284581 | 2284581 | 2022-03-07 | Ferry | Washington | 53019 | 1386 | 28 |
2281329 | 2281329 | 2022-03-06 | Ferry | Washington | 53019 | 1383 | 28 |
2278076 | 2278076 | 2022-03-05 | Ferry | Washington | 53019 | 1383 | 28 |
2274823 | 2274823 | 2022-03-04 | Ferry | Washington | 53019 | 1383 | 28 |
2271570 | 2271570 | 2022-03-03 | Ferry | Washington | 53019 | 1375 | 28 |
2268318 | 2268318 | 2022-03-02 | Ferry | Washington | 53019 | 1375 | 28 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE [ny_times_us_counties] ( [date] TEXT, [county] TEXT, [state] TEXT, [fips] INTEGER, [cases] INTEGER, [deaths] INTEGER ); CREATE INDEX [idx_ny_times_us_counties_state] ON [ny_times_us_counties] ([state]); CREATE INDEX [idx_ny_times_us_counties_county] ON [ny_times_us_counties] ([county]); CREATE INDEX [idx_ny_times_us_counties_fips] ON [ny_times_us_counties] ([fips]); CREATE INDEX [idx_ny_times_us_counties_date] ON [ny_times_us_counties] ([date] desc);