home / covid

Menu
  • GraphQL API

johns_hopkins_csse_daily_reports

Table actions
  • GraphQL API for johns_hopkins_csse_daily_reports
⚠️ 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 source: Johns Hopkins CSSE · About: simonw/covid-19-datasette

7 rows where province_or_state = "Wake County, NC" sorted by day descending

✎ View and edit SQL

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

Suggested facets: day (date), last_update (date)

province_or_state 1

  • Wake County, NC · 7 ✖

country_or_region 1

  • US 7
Link rowid day ▲ country_or_region province_or_state admin2 fips confirmed deaths recovered active latitude longitude last_update combined_key
657936 657936 2020-03-09 US Wake County, NC     1 0 0   35.8032 -78.5661 2020-03-03T20:53:02  
1527441 1527441 2020-03-08 US Wake County, NC     1 0 0   35.8032 -78.5661 2020-03-03T20:53:02  
62682 62682 2020-03-07 US Wake County, NC     1 0 0   35.8032 -78.5661 2020-03-03T20:53:02  
3177661 3177661 2020-03-06 US Wake County, NC     1 0 0   35.8032 -78.5661 2020-03-03T20:53:02  
40296 40296 2020-03-05 US Wake County, NC     1 0 0   35.8032 -78.5661 2020-03-03T20:53:02  
98954 98954 2020-03-04 US Wake County, NC     1 0 0   35.8032 -78.5661 2020-03-03T20:53:02  
261159 261159 2020-03-03 US Wake County, NC     1 0 0   35.8032 -78.5661 2020-03-03T20:53:02  

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [johns_hopkins_csse_daily_reports] (
   [day] TEXT,
   [country_or_region] TEXT,
   [province_or_state] TEXT,
   [admin2] TEXT,
   [fips] TEXT,
   [confirmed] INTEGER,
   [deaths] INTEGER,
   [recovered] INTEGER,
   [active] TEXT,
   [latitude] TEXT,
   [longitude] TEXT,
   [last_update] TEXT,
   [combined_key] TEXT
);
CREATE INDEX [idx_johns_hopkins_csse_daily_reports_day]
    ON [johns_hopkins_csse_daily_reports] ([day]);
CREATE INDEX [idx_johns_hopkins_csse_daily_reports_province_or_state]
    ON [johns_hopkins_csse_daily_reports] ([province_or_state]);
CREATE INDEX [idx_johns_hopkins_csse_daily_reports_country_or_region]
    ON [johns_hopkins_csse_daily_reports] ([country_or_region]);
CREATE INDEX [idx_johns_hopkins_csse_daily_reports_combined_key]
    ON [johns_hopkins_csse_daily_reports] ([combined_key]);
Powered by Datasette · Queries took 21.476ms · Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette