cases

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

View and edit SQL

Suggested facets: AreaCode, Area

TotalCases

Country

  • Scotland · 9
Link Date Country AreaCode Area TotalCases
2020-03-27 Scotland S08000031 Greater Glasgow and Clyde 299
2020-05-04 Scotland S08000022 Highland 299
2020-07-11 Scotland S08000017 Dumfries and Galloway 299
2020-07-12 Scotland S08000017 Dumfries and Galloway 299
2020-07-13 Scotland S08000017 Dumfries and Galloway 299
2020-07-14 Scotland S08000017 Dumfries and Galloway 299
2020-07-15 Scotland S08000017 Dumfries and Galloway 299
2020-07-16 Scotland S08000017 Dumfries and Galloway 299
2020-07-17 Scotland S08000017 Dumfries and Galloway 299

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