cases

3 rows where Date = "2020-03-12" and TotalCases = 1

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-12 England E08000011 Knowsley 1
2020-03-12 England E08000037 Gateshead 1
2020-03-12 Wales   Unknown 1

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 84.709ms · About: https://github.com/tomwhite/covid-19-uk-data