cases

4 rows where "Date" is on date 2020-03-14 and TotalCases = 7

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-14 England E06000015 Derby 7
2020-03-14 England E06000059 Dorset 7
2020-03-14 England E08000032 Bradford 7
2020-03-14 England E09000026 Redbridge 7

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