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

6 rows where country_or_region = "Mayotte" sorted by day descending

✎ View and edit SQL

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

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

country_or_region 1

  • Mayotte · 6 ✖

province_or_state 0

Link rowid day ▲ country_or_region province_or_state admin2 fips confirmed deaths recovered active latitude longitude last_update combined_key
339852 339852 2020-03-21 Mayotte       7 0 0   -12.8275 45.1662 2020-03-21T13:13:35  
3734150 3734150 2020-03-20 Mayotte       6 0 0   -12.8275 45.1662 2020-03-20T10:13:38  
1527107 1527107 2020-03-19 Mayotte       3 0 0   -12.8275 45.1662 2020-03-18T02:53:03  
1177107 1177107 2020-03-18 Mayotte       3 0 0   -12.8275 45.1662 2020-03-18T02:53:03  
3891563 3891563 2020-03-17 Mayotte       1 0 0   -12.8275 45.1662 2020-03-16T14:38:45  
2255363 2255363 2020-03-16 Mayotte       1 0 0   -12.8275 45.1662 2020-03-16T14:38:45  

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 19.003ms · Data source: Johns Hopkins CSSE · About: simonw/covid-19-datasette