cases

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

View and edit SQL

Date (date)

  • 2020-04-18 · 14

Country

  • Scotland · 14
Link Date Country AreaCode Area TotalCases
2020-04-18 Scotland S08000015 Ayrshire and Arran 560
2020-04-18 Scotland S08000016 Borders 231
2020-04-18 Scotland S08000017 Dumfries and Galloway 222
2020-04-18 Scotland S08000019 Forth Valley 451
2020-04-18 Scotland S08000020 Grampian 432
2020-04-18 Scotland S08000022 Highland 193
2020-04-18 Scotland S08000024 Lothian 1239
2020-04-18 Scotland S08000025 Orkney 5
2020-04-18 Scotland S08000026 Shetland 45
2020-04-18 Scotland S08000028 Western Isles 6
2020-04-18 Scotland S08000029 Fife 514
2020-04-18 Scotland S08000030 Tayside 1022
2020-04-18 Scotland S08000031 Greater Glasgow and Clyde 1905
2020-04-18 Scotland S08000032 Lanarkshire 995

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