cases

5 rows where "Date" is on date 2020-03-12 and TotalCases = 18

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-12 England E06000039 Slough 18
2020-03-12 England E08000031 Wolverhampton 18
2020-03-12 England E09000023 Lewisham 18
2020-03-12 England E10000006 Cumbria 18
2020-03-12 England E10000012 Essex 18

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