cases

9 rows where Country = "Scotland" and TotalCases = 285

View and edit SQL

Suggested facets: AreaCode, Area

TotalCases

Country

  • Scotland · 9
Link Date Country AreaCode Area TotalCases
2020-05-06 Scotland S08000016 Borders 285
2020-06-22 Scotland S08000017 Dumfries and Galloway 285
2020-06-23 Scotland S08000017 Dumfries and Galloway 285
2020-06-24 Scotland S08000017 Dumfries and Galloway 285
2020-06-25 Scotland S08000017 Dumfries and Galloway 285
2020-06-26 Scotland S08000017 Dumfries and Galloway 285
2020-06-27 Scotland S08000017 Dumfries and Galloway 285
2020-06-28 Scotland S08000017 Dumfries and Galloway 285
2020-06-29 Scotland S08000017 Dumfries and Galloway 285

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