ny_times_us_counties
Data license: LICENSE · Data source: The New York Times · About: simonw/covid-19-datasette
12 rows where county = "Johnson" and "date" is on date 2022-01-17 sorted by date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Link | rowid | date ▲ | county | state | fips | cases | deaths |
---|---|---|---|---|---|---|---|
2122282 | 2122282 | 2022-01-17 | Johnson | Arkansas | 5071 | 5494 | 65 |
2122609 | 2122609 | 2022-01-17 | Johnson | Georgia | 13167 | 1859 | 64 |
2122781 | 2122781 | 2022-01-17 | Johnson | Illinois | 17087 | 3067 | 43 |
2122881 | 2122881 | 2022-01-17 | Johnson | Indiana | 18081 | 37200 | 542 |
2122984 | 2122984 | 2022-01-17 | Johnson | Iowa | 19103 | 26588 | 119 |
2123078 | 2123078 | 2022-01-17 | Johnson | Kansas | 20091 | 114647 | 1049 |
2123195 | 2123195 | 2022-01-17 | Johnson | Kentucky | 21115 | 4466 | 82 |
2123684 | 2123684 | 2022-01-17 | Johnson | Missouri | 29101 | 10031 | 119 |
2123855 | 2123855 | 2022-01-17 | Johnson | Nebraska | 31097 | 818 | 10 |
2124712 | 2124712 | 2022-01-17 | Johnson | Tennessee | 47091 | 4306 | 68 |
2124888 | 2124888 | 2022-01-17 | Johnson | Texas | 48251 | 36294 | 620 |
2125374 | 2125374 | 2022-01-17 | Johnson | Wyoming | 56019 | 1524 | 18 |
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);