cases

14 rows where Country = "Scotland" and "Date" is on date 2020-03-27 sorted by Area

View and edit SQL

Date (date)

  • 2020-03-27 · 4

Country

  • Scotland · 4
Link Date Country AreaCode Area ▼ TotalCases
2020-03-27 Scotland S08000025 Orkney NaN
2020-03-27 Scotland S08000026 Shetland 24
2020-03-27 Scotland S08000030 Tayside 107
2020-03-27 Scotland S08000028 Western Isles NaN

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