cases

8 rows where Country = "Scotland" and TotalCases = 932

View and edit SQL

Suggested facets: AreaCode, Area

TotalCases

Country

  • Scotland · 8
Link Date Country AreaCode Area TotalCases
2020-04-13 Scotland S08000024 Lothian 932
2020-07-03 Scotland S08000029 Fife 932
2020-07-04 Scotland S08000029 Fife 932
2020-07-05 Scotland S08000029 Fife 932
2020-07-06 Scotland S08000029 Fife 932
2020-07-07 Scotland S08000029 Fife 932
2020-07-08 Scotland S08000029 Fife 932
2020-07-09 Scotland S08000029 Fife 932

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