cases

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

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-04-27 Scotland S08000015 Ayrshire and Arran 721
2020-04-27 Scotland S08000016 Borders 269
2020-04-27 Scotland S08000017 Dumfries and Galloway 243
2020-04-27 Scotland S08000019 Forth Valley 680
2020-04-27 Scotland S08000020 Grampian 771
2020-04-27 Scotland S08000022 Highland 228
2020-04-27 Scotland S08000024 Lothian 1804
2020-04-27 Scotland S08000025 Orkney 7
2020-04-27 Scotland S08000026 Shetland 54
2020-04-27 Scotland S08000028 Western Isles 6
2020-04-27 Scotland S08000029 Fife 681
2020-04-27 Scotland S08000030 Tayside 1261
2020-04-27 Scotland S08000031 Greater Glasgow and Clyde 2531
2020-04-27 Scotland S08000032 Lanarkshire 1265

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