cases

3 rows where Country = "Scotland" and TotalCases = 33

View and edit SQL

Date (date)

TotalCases

Country

  • Scotland · 3
Link Date Country AreaCode Area TotalCases
2020-03-18 Scotland S08000024 Lothian 33
2020-03-19 Scotland S08000032 Lanarkshire 33
2020-03-27 Scotland S08000022 Highland 33

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