cases

2 rows where "Date" is on date 2020-03-19 and TotalCases = 23

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-19 England E06000049 Cheshire East 23
2020-03-19 England E06000052 Cornwall and Isles of Scilly 23

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "cases" (
"Date" TEXT,
  "Country" TEXT,
  "AreaCode" TEXT,
  "Area" TEXT,
  "TotalCases" INTEGER
  ,PRIMARY KEY ([Date], [Country], [AreaCode], [Area])
);
Powered by Datasette · Query took 161.318ms · About: https://github.com/tomwhite/covid-19-uk-data