cases

2 rows where AreaCode = "S08000026", Country = "Scotland" and TotalCases = 30

View and edit SQL

Suggested facets: Date (date)

TotalCases

Country

  • Scotland · 2

AreaCode

  • S08000026 · 2
Link Date Country AreaCode Area TotalCases
2020-04-01 Scotland S08000026 Shetland 30
2020-04-02 Scotland S08000026 Shetland 30

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