cases

6 rows where Country = "Scotland" and TotalCases = 254

View and edit SQL

Suggested facets: AreaCode, Area

TotalCases

Country

  • Scotland · 6
Link Date Country AreaCode Area TotalCases
2020-04-01 Scotland S08000030 Tayside 254
2020-04-04 Scotland S08000015 Ayrshire and Arran 254
2020-05-05 Scotland S08000017 Dumfries and Galloway 254
2020-05-06 Scotland S08000017 Dumfries and Galloway 254
2020-05-07 Scotland S08000017 Dumfries and Galloway 254
2020-05-13 Scotland S08000017 Dumfries and Galloway 254

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