cases

8 rows where Country = "Scotland" and TotalCases = 12

View and edit SQL

Suggested facets: Date, AreaCode, Area

TotalCases

Country

  • Scotland · 8
Link Date Country AreaCode Area TotalCases
2020-03-15 Scotland S08000020 Grampian 12
2020-03-16 Scotland S08000020 Grampian 12
2020-03-17 Scotland S08000019 Forth Valley 12
2020-03-19 Scotland S08000015 Ayrshire and Arran 12
2020-03-20 Scotland S08000029 Fife 12
2020-03-23 Scotland S08000016 Borders 12
2020-03-23 Scotland S08000022 Highland 12
2020-03-24 Scotland S08000016 Borders 12

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