ny_times_us_counties
Data license: LICENSE · Data source: The New York Times · About: simonw/covid-19-datasette
5 rows where deaths = 28, fips = 45039 and state = "South Carolina" 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 |
---|---|---|---|---|---|---|---|
488331 | 488331 | 2020-08-31 | Fairfield | South Carolina | 45039 | 641 | 28 |
485098 | 485098 | 2020-08-30 | Fairfield | South Carolina | 45039 | 644 | 28 |
481863 | 481863 | 2020-08-29 | Fairfield | South Carolina | 45039 | 640 | 28 |
478629 | 478629 | 2020-08-28 | Fairfield | South Carolina | 45039 | 636 | 28 |
475396 | 475396 | 2020-08-27 | Fairfield | South Carolina | 45039 | 623 | 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);