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-11-28 and state = "Rhode Island" sorted by date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
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 |
---|---|---|---|---|---|---|---|
1962012 | 1962012 | 2021-11-28 | Bristol | Rhode Island | 44001 | 6488 | 150 |
1962013 | 1962013 | 2021-11-28 | Kent | Rhode Island | 44003 | 24088 | 398 |
1962014 | 1962014 | 2021-11-28 | Newport | Rhode Island | 44005 | 9342 | 54 |
1962015 | 1962015 | 2021-11-28 | Providence | Rhode Island | 44007 | 120617 | 2120 |
1962016 | 1962016 | 2021-11-28 | Unknown | Rhode Island | 12723 | 12 | |
1962017 | 1962017 | 2021-11-28 | Washington | Rhode Island | 44009 | 15303 | 181 |
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);