ny_times_us_counties
Data license: LICENSE · Data source: The New York Times · About: simonw/covid-19-datasette
10 rows where county = "Chatham", deaths = 11 and state = "North 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 |
---|---|---|---|---|---|---|---|
143978 | 143978 | 2020-05-14 | Chatham | North Carolina | 37037 | 490 | 11 |
140983 | 140983 | 2020-05-13 | Chatham | North Carolina | 37037 | 468 | 11 |
137987 | 137987 | 2020-05-12 | Chatham | North Carolina | 37037 | 461 | 11 |
134997 | 134997 | 2020-05-11 | Chatham | North Carolina | 37037 | 458 | 11 |
132006 | 132006 | 2020-05-10 | Chatham | North Carolina | 37037 | 455 | 11 |
129017 | 129017 | 2020-05-09 | Chatham | North Carolina | 37037 | 447 | 11 |
126028 | 126028 | 2020-05-08 | Chatham | North Carolina | 37037 | 435 | 11 |
123045 | 123045 | 2020-05-07 | Chatham | North Carolina | 37037 | 421 | 11 |
120070 | 120070 | 2020-05-06 | Chatham | North Carolina | 37037 | 412 | 11 |
117109 | 117109 | 2020-05-05 | Chatham | North Carolina | 37037 | 403 | 11 |
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);