cases

2 rows where AreaCode = "S08000029" and TotalCases = 936

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-07-19 Scotland S08000029 Fife 936
2020-07-20 Scotland S08000029 Fife 936

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