cases

14 rows where Country = "Scotland" and "Date" is on date 2020-04-01 sorted by TotalCases

View and edit SQL

Date (date)

  • 2020-04-01 · 7

Country

  • Scotland · 7
Link Date Country AreaCode Area TotalCases ▼
2020-04-01 Scotland S08000015 Ayrshire and Arran 199
2020-04-01 Scotland S08000030 Tayside 254
2020-04-01 Scotland S08000032 Lanarkshire 284
2020-04-01 Scotland S08000024 Lothian 311
2020-04-01 Scotland S08000031 Greater Glasgow and Clyde 632
2020-04-01 Scotland S08000025 Orkney NaN
2020-04-01 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 24.932ms · About: https://github.com/tomwhite/covid-19-uk-data