ny_times_us_counties
Data license: LICENSE · Data source: The New York Times · About: simonw/covid-19-datasette
7 rows where county = "Gooding", deaths = 28 and state = "Idaho" sorted by date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: date (date)
Link | rowid | date ▲ | county | state | fips | cases | deaths |
---|---|---|---|---|---|---|---|
1742467 | 1742467 | 2021-09-22 | Gooding | Idaho | 16047 | 1944 | 28 |
1739218 | 1739218 | 2021-09-21 | Gooding | Idaho | 16047 | 1925 | 28 |
1735969 | 1735969 | 2021-09-20 | Gooding | Idaho | 16047 | 1911 | 28 |
1732719 | 1732719 | 2021-09-19 | Gooding | Idaho | 16047 | 1901 | 28 |
1729469 | 1729469 | 2021-09-18 | Gooding | Idaho | 16047 | 1900 | 28 |
1726219 | 1726219 | 2021-09-17 | Gooding | Idaho | 16047 | 1869 | 28 |
1722970 | 1722970 | 2021-09-16 | Gooding | Idaho | 16047 | 1849 | 28 |
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);