cases

3 rows where AreaCode = "S08000017" and TotalCases = 284

View and edit SQL

Suggested facets: Date (date)

TotalCases

Country

AreaCode

  • S08000017 · 3
Link Date Country AreaCode Area TotalCases
2020-06-19 Scotland S08000017 Dumfries and Galloway 284
2020-06-20 Scotland S08000017 Dumfries and Galloway 284
2020-06-21 Scotland S08000017 Dumfries and Galloway 284

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