cases

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

View and edit SQL

TotalCases

Country

  • Scotland · 8
Link Date Country AreaCode Area TotalCases
2020-05-16 Scotland S08000017 Dumfries and Galloway 257
2020-05-17 Scotland S08000017 Dumfries and Galloway 257
2020-05-18 Scotland S08000017 Dumfries and Galloway 257
2020-05-19 Scotland S08000017 Dumfries and Galloway 257
2020-05-20 Scotland S08000017 Dumfries and Galloway 257
2020-05-21 Scotland S08000017 Dumfries and Galloway 257
2020-05-22 Scotland S08000017 Dumfries and Galloway 257
2020-05-23 Scotland S08000017 Dumfries and Galloway 257

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