home / covid

Menu
  • GraphQL API

ny_times_us_counties

Table actions
  • GraphQL API for ny_times_us_counties
⚠️ Consult the README for warnings about using and building on this data. Also review Why It’s So Freaking Hard To Make A Good COVID-19 Model and Ten Considerations Before You Create Another Chart About COVID-19.

Data license: LICENSE · Data source: The New York Times · About: simonw/covid-19-datasette

5 rows where cases = 30300 sorted by date descending

✎ View and edit SQL

This data as json, yaml, Notebook, copyable, CSV (advanced)

These facets timed out: county, fips

state 3

  • Michigan 2
  • Pennsylvania 2
  • Florida 1
Link rowid date ▲ county state fips cases deaths
1996644 1996644 2021-12-09 Livingston Michigan 26093 30300 311
1993393 1993393 2021-12-08 Livingston Michigan 26093 30300 311
1974930 1974930 2021-12-02 Washington Pennsylvania 42125 30300 437
1205182 1205182 2021-04-09 Westmoreland Pennsylvania 42129 30300 712
1076557 1076557 2021-03-01 Collier Florida 12021 30300 463

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
);
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);
Powered by Datasette · Queries took 9383.831ms · Data license: LICENSE · Data source: The New York Times · About: simonw/covid-19-datasette