ny_times_us_counties
Data license: LICENSE · Data source: The New York Times · About: simonw/covid-19-datasette
4 rows where county = "Liberty" and "date" is on date 2020-08-17 sorted by date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
county 1
- Liberty · 4 ✖
Link | rowid | date ▲ | county | state | fips | cases | deaths |
---|---|---|---|---|---|---|---|
441048 | 441048 | 2020-08-17 | Liberty | Florida | 12077 | 411 | 7 |
441167 | 441167 | 2020-08-17 | Liberty | Georgia | 13179 | 805 | 7 |
442323 | 442323 | 2020-08-17 | Liberty | Montana | 30051 | 1 | 0 |
443438 | 443438 | 2020-08-17 | Liberty | Texas | 48291 | 1115 | 36 |
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);