cases

7 rows where TotalCases = 583

View and edit SQL

Suggested facets: Country

Link Date Country AreaCode Area TotalCases
2020-04-05 Wales W11000030 Cwm Taf 583
2020-04-16 England E08000004 Oldham 583
2020-04-23 England E08000002 Bury 583
2020-04-25 England E09000014 Haringey 583
2020-06-08 England E06000005 Darlington 583
2020-06-20 England E06000001 Hartlepool 583
2020-06-26 England E06000041 Wokingham 583

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