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 2022-02-28 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 |
---|---|---|---|---|---|---|---|
2261157 | 2261157 | 2022-02-28 | Bristol | Rhode Island | 44001 | 13031 | 166 |
2261158 | 2261158 | 2022-02-28 | Kent | Rhode Island | 44003 | 47000 | 488 |
2261159 | 2261159 | 2022-02-28 | Newport | Rhode Island | 44005 | 19305 | 80 |
2261160 | 2261160 | 2022-02-28 | Providence | Rhode Island | 44007 | 215862 | 2442 |
2261161 | 2261161 | 2022-02-28 | Unknown | Rhode Island | 29622 | 18 | |
2261162 | 2261162 | 2022-02-28 | Washington | Rhode Island | 44009 | 31105 | 218 |
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);