cases

2 rows where AreaCode = "S08000022" and TotalCases = 6

View and edit SQL

Suggested facets: Date (date)

TotalCases

Country

AreaCode

  • S08000022 · 2
Link Date Country AreaCode Area TotalCases
2020-03-19 Scotland S08000022 Highland 6
2020-03-20 Scotland S08000022 Highland 6

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