cases

6 rows where TotalCases = 1938

View and edit SQL

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

Link Date Country AreaCode Area TotalCases
2020-05-15 England E10000023 North Yorkshire 1938
2020-05-24 England E08000010 Wigan 1938
2020-06-15 England E08000015 Wirral 1938
2020-06-19 Wales W11000031 Swansea Bay 1938
2020-06-20 Wales W11000031 Swansea Bay 1938
2020-07-16 England E08000016 Barnsley 1938

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