ny_times_us_counties
Data license: LICENSE · Data source: The New York Times · About: simonw/covid-19-datasette
6 rows where "date" is on date 2021-05-11 and state = "Rhode Island" sorted by date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: date (date)
county 6
- Bristol 1
- Kent 1
- Newport 1
- Providence 1
- Unknown 1
- Washington 1
state 1
- Rhode Island · 6 ✖
Link | rowid | date ▲ | county | state | fips | cases | deaths |
---|---|---|---|---|---|---|---|
1309170 | 1309170 | 2021-05-11 | Bristol | Rhode Island | 44001 | 5063 | 142 |
1309171 | 1309171 | 2021-05-11 | Kent | Rhode Island | 44003 | 18337 | 361 |
1309172 | 1309172 | 2021-05-11 | Newport | Rhode Island | 44005 | 6737 | 42 |
1309173 | 1309173 | 2021-05-11 | Providence | Rhode Island | 44007 | 96768 | 1957 |
1309174 | 1309174 | 2021-05-11 | Unknown | Rhode Island | 13315 | 23 | |
1309175 | 1309175 | 2021-05-11 | Washington | Rhode Island | 44009 | 9877 | 169 |
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);