cases

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

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-18 England E06000051 Shropshire 12
2020-03-18 England E08000002 Bury 12
2020-03-18 England E08000016 Barnsley 12
2020-03-18 England E08000022 North Tyneside 12
2020-03-18 England E08000032 Bradford 12
2020-03-18 England E08000034 Kirklees 12

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