ny_times_us_counties
Data license: LICENSE · Data source: The New York Times · About: simonw/covid-19-datasette
5 rows where county = "Carter" and "date" is on date 2020-11-02 sorted by date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
county 1
- Carter · 5 ✖
Link | rowid | date ▲ | county | state | fips | cases | deaths |
---|---|---|---|---|---|---|---|
691061 | 691061 | 2020-11-02 | Carter | Kentucky | 21043 | 409 | 4 |
691553 | 691553 | 2020-11-02 | Carter | Missouri | 29035 | 194 | 3 |
691658 | 691658 | 2020-11-02 | Carter | Montana | 30011 | 77 | 2 |
692195 | 692195 | 2020-11-02 | Carter | Oklahoma | 40019 | 939 | 10 |
692573 | 692573 | 2020-11-02 | Carter | Tennessee | 47019 | 1748 | 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);