cases

6 rows where Country = "Scotland" and TotalCases = 10

View and edit SQL

Suggested facets: Area, Date (date)

TotalCases

Country

  • Scotland · 6
Link Date Country AreaCode Area TotalCases
2020-03-12 Scotland S08000031 Greater Glasgow and Clyde 10
2020-03-14 Scotland S08000032 Lanarkshire 10
2020-03-15 Scotland S08000019 Forth Valley 10
2020-03-16 Scotland S08000019 Forth Valley 10
2020-03-20 Scotland S08000017 Dumfries and Galloway 10
2020-03-21 Scotland S08000016 Borders 10

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