cases

23 rows where TotalCases = 255

View and edit SQL

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

Link Date Country AreaCode Area TotalCases
2020-03-31 Wales W11000031 Swansea Bay 255
2020-04-01 England E08000027 Dudley 255
2020-04-06 England E08000016 Barnsley 255
2020-04-07 England E06000018 Nottingham 255
2020-04-07 England E09000027 Richmond upon Thames 255
2020-04-08 England E06000056 Central Bedfordshire 255
2020-04-08 Scotland S08000029 Fife 255
2020-04-15 England E06000004 Stockton-on-Tees 255
2020-04-20 England E06000003 Redcar and Cleveland 255
2020-04-22 England E08000033 Calderdale 255
2020-05-01 England E06000036 Bracknell Forest 255
2020-05-05 Northern Ireland N09000011 Ards and North Down 255
2020-05-08 Scotland S08000017 Dumfries and Galloway 255
2020-05-09 Scotland S08000017 Dumfries and Galloway 255
2020-05-10 Scotland S08000017 Dumfries and Galloway 255
2020-05-11 Scotland S08000017 Dumfries and Galloway 255
2020-05-12 Scotland S08000017 Dumfries and Galloway 255
2020-05-14 England E06000027 Torbay 255
2020-05-14 Scotland S08000017 Dumfries and Galloway 255
2020-05-15 Scotland S08000017 Dumfries and Galloway 255
2020-05-16 Wales W11000024 Powys 255
2020-06-10 Northern Ireland N09000009 Mid Ulster 255
2020-06-11 Northern Ireland N09000009 Mid Ulster 255

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