ny_times_us_counties

1 row where "date" is on date 2020-03-27, deaths = 2 and fips = 22057

View and edit SQL

Suggested facets: date (date)

Link rowid ▼ date county state fips cases deaths
14705 2020-03-27 Lafourche Louisiana 22057 30 2

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [ny_times_us_counties] (
   [date] TEXT,
   [county] TEXT,
   [state] TEXT,
   [fips] INTEGER,
   [cases] INTEGER,
   [deaths] INTEGER
);
Powered by Datasette · Query took 407.569ms