cases

8 rows where Country = "Scotland" and TotalCases = 255

View and edit SQL

Suggested facets: AreaCode, Area

TotalCases

Country

  • Scotland · 8
Link Date Country AreaCode Area TotalCases
2020-04-08 Scotland S08000029 Fife 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 Scotland S08000017 Dumfries and Galloway 255
2020-05-15 Scotland S08000017 Dumfries and Galloway 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 92.908ms · About: https://github.com/tomwhite/covid-19-uk-data