cases

2 rows where AreaCode = "S08000024" and TotalCases = 3146

View and edit SQL

Suggested facets: Date (date)

TotalCases

  • 3146 · 2

Country

AreaCode

  • S08000024 · 2
Link Date Country AreaCode Area TotalCases
2020-06-22 Scotland S08000024 Lothian 3146
2020-06-25 Scotland S08000024 Lothian 3146

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