cases

5 rows where TotalCases = 1898

View and edit SQL

Suggested facets: Country, AreaCode, Date (date)

Link Date Country AreaCode Area TotalCases
2020-05-13 England E10000034 Worcestershire 1898
2020-05-30 Wales W11000031 Swansea Bay 1898
2020-05-31 Wales W11000031 Swansea Bay 1898
2020-07-05 England E08000016 Barnsley 1898
2020-07-17 England E08000001 Bolton 1898

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