cases

10 rows where TotalCases = 1260

View and edit SQL

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

Link Date Country AreaCode Area TotalCases
2020-05-14 England E10000002 Buckinghamshire 1260
2020-06-03 England E08000008 Tameside 1260
2020-06-08 England E08000027 Dudley 1260
2020-06-17 England E06000023 Bristol, City of 1260
2020-06-18 England E08000006 Salford 1260
2020-06-18 England E09000015 Harrow 1260
2020-06-30 England E09000025 Newham 1260
2020-07-09 England E08000009 Trafford 1260
2020-07-15 Scotland S08000015 Ayrshire and Arran 1260
2020-07-16 Scotland S08000015 Ayrshire and Arran 1260

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