cases

4 rows where TotalCases = 1940

View and edit SQL

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

Link Date Country AreaCode Area TotalCases
2020-05-11 England E10000024 Nottinghamshire 1940
2020-05-14 England E10000021 Northamptonshire 1940
2020-06-21 Wales W11000031 Swansea Bay 1940
2020-06-22 Wales W11000031 Swansea Bay 1940

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