cases

5 rows where Country = "Scotland" and TotalCases = 15

View and edit SQL

Suggested facets: AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-15 Scotland S08000030 Tayside 15
2020-03-16 Scotland S08000026 Shetland 15
2020-03-17 Scotland S08000026 Shetland 15
2020-03-18 Scotland S08000019 Forth Valley 15
2020-03-25 Scotland S08000016 Borders 15

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