cases

7 rows where Country = "Scotland" and TotalCases = 322

View and edit SQL

Suggested facets: AreaCode, Area

TotalCases

Country

  • Scotland · 7
Link Date Country AreaCode Area TotalCases
2020-05-11 Scotland S08000022 Highland 322
2020-05-20 Scotland S08000016 Borders 322
2020-05-21 Scotland S08000016 Borders 322
2020-05-22 Scotland S08000016 Borders 322
2020-05-23 Scotland S08000016 Borders 322
2020-05-24 Scotland S08000016 Borders 322
2020-05-25 Scotland S08000016 Borders 322

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