cases

9 rows where TotalCases = 1256

View and edit SQL

Suggested facets: AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-05-04 England E09000009 Ealing 1256
2020-05-10 England E08000007 Stockport 1256
2020-05-14 England E08000014 Sefton 1256
2020-05-20 England E08000004 Oldham 1256
2020-05-27 Scotland S08000020 Grampian 1256
2020-06-08 England E08000037 Gateshead 1256
2020-06-14 England E06000023 Bristol, City of 1256
2020-07-03 Scotland S08000015 Ayrshire and Arran 1256
2020-07-04 Scotland S08000015 Ayrshire and Arran 1256

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