cases

14 rows where Country = "Scotland" and "Date" is on date 2020-04-09

View and edit SQL

Suggested facets: TotalCases

Date (date)

  • 2020-04-09 · 14

Country

  • Scotland · 14
Link Date Country AreaCode Area TotalCases
2020-04-09 Scotland S08000015 Ayrshire and Arran 362
2020-04-09 Scotland S08000016 Borders 167
2020-04-09 Scotland S08000017 Dumfries and Galloway 163
2020-04-09 Scotland S08000019 Forth Valley 280
2020-04-09 Scotland S08000020 Grampian 236
2020-04-09 Scotland S08000022 Highland 137
2020-04-09 Scotland S08000024 Lothian 747
2020-04-09 Scotland S08000025 Orkney NaN
2020-04-09 Scotland S08000026 Shetland 43
2020-04-09 Scotland S08000028 Western Isles NaN
2020-04-09 Scotland S08000029 Fife 288
2020-04-09 Scotland S08000030 Tayside 667
2020-04-09 Scotland S08000031 Greater Glasgow and Clyde 1251
2020-04-09 Scotland S08000032 Lanarkshire 607

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