cases

7 rows where TotalCases = 171

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-26 England E10000025 Oxfordshire 171
2020-03-27 England E10000032 West Sussex 171
2020-03-29 England E08000003 Manchester 171
2020-04-03 England E08000017 Doncaster 171
2020-04-05 England E08000002 Bury 171
2020-04-10 England E06000044 Portsmouth 171
2020-04-27 Wales W11000024 Powys 171

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