cases

5 rows where TotalCases = 1953

View and edit SQL

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

Link Date Country AreaCode Area TotalCases
2020-07-03 Wales W11000031 Swansea Bay 1953
2020-07-04 Wales W11000031 Swansea Bay 1953
2020-07-05 England E06000050 Cheshire West and Chester 1953
2020-07-14 England E08000018 Rotherham 1953
2020-07-18 England E08000016 Barnsley 1953

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