cases

12 rows where Country = "Scotland" and TotalCases = 261

View and edit SQL

Suggested facets: AreaCode, Area

TotalCases

  • 261 · 12

Country

  • Scotland · 12
Link Date Country AreaCode Area TotalCases
2020-04-11 Scotland S08000020 Grampian 261
2020-06-04 Scotland S08000017 Dumfries and Galloway 261
2020-06-05 Scotland S08000017 Dumfries and Galloway 261
2020-06-06 Scotland S08000017 Dumfries and Galloway 261
2020-06-07 Scotland S08000017 Dumfries and Galloway 261
2020-06-08 Scotland S08000017 Dumfries and Galloway 261
2020-06-09 Scotland S08000017 Dumfries and Galloway 261
2020-06-10 Scotland S08000017 Dumfries and Galloway 261
2020-06-11 Scotland S08000017 Dumfries and Galloway 261
2020-06-12 Scotland S08000017 Dumfries and Galloway 261
2020-06-13 Scotland S08000017 Dumfries and Galloway 261
2020-06-14 Scotland S08000017 Dumfries and Galloway 261

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