cases

4 rows where Country = "Scotland" and TotalCases = 31

View and edit SQL

TotalCases

Country

  • Scotland · 4
Link Date Country AreaCode Area TotalCases
2020-03-14 Scotland S08000031 Greater Glasgow and Clyde 31
2020-03-20 Scotland S08000030 Tayside 31
2020-03-25 Scotland S08000017 Dumfries and Galloway 31
2020-03-26 Scotland S08000020 Grampian 31

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