cases

4 rows where Country = "Scotland" and TotalCases = 51

View and edit SQL

Suggested facets: AreaCode, Area

TotalCases

Country

  • Scotland · 4
Link Date Country AreaCode Area TotalCases
2020-03-28 Scotland S08000029 Fife 51
2020-03-31 Scotland S08000022 Highland 51
2020-04-19 Scotland S08000026 Shetland 51
2020-04-20 Scotland S08000026 Shetland 51

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