ny_times_us_counties
Data license: LICENSE · Data source: The New York Times · About: simonw/covid-19-datasette
9 rows where deaths = 0, fips = 24005 and state = "Maryland" sorted by date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: cases, date (date)
Link | rowid | date ▲ | county | state | fips | cases | deaths |
---|---|---|---|---|---|---|---|
4717 | 4717 | 2020-03-19 | Baltimore | Maryland | 24005 | 13 | 0 |
4015 | 4015 | 2020-03-18 | Baltimore | Maryland | 24005 | 7 | 0 |
3433 | 3433 | 2020-03-17 | Baltimore | Maryland | 24005 | 4 | 0 |
2932 | 2932 | 2020-03-16 | Baltimore | Maryland | 24005 | 4 | 0 |
2485 | 2485 | 2020-03-15 | Baltimore | Maryland | 24005 | 3 | 0 |
2086 | 2086 | 2020-03-14 | Baltimore | Maryland | 24005 | 3 | 0 |
1746 | 1746 | 2020-03-13 | Baltimore | Maryland | 24005 | 2 | 0 |
1468 | 1468 | 2020-03-12 | Baltimore | Maryland | 24005 | 1 | 0 |
1250 | 1250 | 2020-03-11 | Baltimore | Maryland | 24005 | 1 | 0 |
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);