cases

5 rows where AreaCode = "S08000030", Country = "Scotland" and TotalCases = 1671

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-05-31 Scotland S08000030 Tayside 1671
2020-06-01 Scotland S08000030 Tayside 1671
2020-06-02 Scotland S08000030 Tayside 1671
2020-06-03 Scotland S08000030 Tayside 1671
2020-06-04 Scotland S08000030 Tayside 1671

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