ny_times_us_counties
Data license: LICENSE · Data source: The New York Times · About: simonw/covid-19-datasette
6 rows where county = "Garfield" and date = "2021-10-18" sorted by date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: date (date)
county 1
- Garfield · 6 ✖
Link | rowid | date ▲ | county | state | fips | cases | deaths |
---|---|---|---|---|---|---|---|
1826629 | 1826629 | 2021-10-18 | Garfield | Colorado | 8045 | 7705 | 60 |
1827992 | 1827992 | 2021-10-18 | Garfield | Montana | 30033 | 119 | 3 |
1828067 | 1828067 | 2021-10-18 | Garfield | Nebraska | 31071 | 254 | 2 |
1828535 | 1828535 | 2021-10-18 | Garfield | Oklahoma | 40047 | 9849 | 157 |
1829248 | 1829248 | 2021-10-18 | Garfield | Utah | 49017 | 636 | 11 |
1829432 | 1829432 | 2021-10-18 | Garfield | Washington | 53023 | 239 | 7 |
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);