cases

5 rows where Country = "Scotland" and TotalCases = 16

View and edit SQL

Suggested facets: Date, Date (date)

TotalCases

Country

  • Scotland · 5
Link Date Country AreaCode Area TotalCases
2020-03-15 Scotland S08000032 Lanarkshire 16
2020-03-18 Scotland S08000026 Shetland 16
2020-03-20 Scotland S08000015 Ayrshire and Arran 16
2020-03-22 Scotland S08000017 Dumfries and Galloway 16
2020-03-22 Scotland S08000029 Fife 16

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