cases

5 rows where "Date" is on date 2020-03-24 and TotalCases = 35

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-24 England E06000045 Southampton 35
2020-03-24 England E08000002 Bury 35
2020-03-24 England E08000014 Sefton 35
2020-03-24 England E08000017 Doncaster 35
2020-03-24 England E08000032 Bradford 35

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