cases

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

View and edit SQL

TotalCases

Country

  • Scotland · 4
Link Date Country AreaCode Area TotalCases
2020-03-20 Scotland S08000024 Lothian 40
2020-03-23 Scotland S08000019 Forth Valley 40
2020-03-26 Scotland S08000029 Fife 40
2020-04-04 Scotland S08000026 Shetland 40

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