ny_times_us_counties
Data license: LICENSE · Data source: The New York Times · About: simonw/covid-19-datasette
9 rows where "date" is on date 2020-10-21 and state = "Connecticut" sorted by date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: date (date)
county 9
- Fairfield 1
- Hartford 1
- Litchfield 1
- Middlesex 1
- New Haven 1
- New London 1
- Tolland 1
- Unknown 1
- Windham 1
state 1
- Connecticut · 9 ✖
Link | rowid | date ▲ | county | state | fips | cases | deaths |
---|---|---|---|---|---|---|---|
651422 | 651422 | 2020-10-21 | Fairfield | Connecticut | 9001 | 21898 | 1429 |
651423 | 651423 | 2020-10-21 | Hartford | Connecticut | 9003 | 16795 | 1459 |
651424 | 651424 | 2020-10-21 | Litchfield | Connecticut | 9005 | 2064 | 143 |
651425 | 651425 | 2020-10-21 | Middlesex | Connecticut | 9007 | 1838 | 196 |
651426 | 651426 | 2020-10-21 | New Haven | Connecticut | 9009 | 15876 | 1121 |
651427 | 651427 | 2020-10-21 | New London | Connecticut | 9011 | 3329 | 134 |
651428 | 651428 | 2020-10-21 | Tolland | Connecticut | 9013 | 1638 | 68 |
651429 | 651429 | 2020-10-21 | Unknown | Connecticut | 153 | 0 | |
651430 | 651430 | 2020-10-21 | Windham | Connecticut | 9015 | 1280 | 17 |
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);