cases

4 rows where TotalCases = 1941

View and edit SQL

Suggested facets: Country, AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-05-05 England E10000007 Derbyshire 1941
2020-05-15 England E10000034 Worcestershire 1941
2020-06-23 Wales W11000031 Swansea Bay 1941
2020-06-24 Wales W11000031 Swansea Bay 1941

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