cases

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

View and edit SQL

Date (date)

  • 2020-05-10 · 5

Country

  • Scotland · 5
Link Date Country AreaCode Area TotalCases ▼
2020-05-10 Scotland S08000020 Grampian 1050
2020-05-10 Scotland S08000030 Tayside 1497
2020-05-10 Scotland S08000032 Lanarkshire 1660
2020-05-10 Scotland S08000024 Lothian 2359
2020-05-10 Scotland S08000031 Greater Glasgow and Clyde 3449

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