cases

14 rows where Country = "Scotland" and "Date" is on date 2020-05-08 sorted by TotalCases descending

View and edit SQL

Date (date)

  • 2020-05-08 · 7

Country

  • Scotland · 7
Link Date Country AreaCode Area TotalCases ▲
2020-05-08 Scotland S08000029 Fife 804
2020-05-08 Scotland S08000022 Highland 317
2020-05-08 Scotland S08000016 Borders 286
2020-05-08 Scotland S08000017 Dumfries and Galloway 255
2020-05-08 Scotland S08000026 Shetland 54
2020-05-08 Scotland S08000025 Orkney 7
2020-05-08 Scotland S08000028 Western Isles 6

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