cases

7 rows where Country = "Scotland" and TotalCases = 45

View and edit SQL

Suggested facets: AreaCode, Area

TotalCases

Country

  • Scotland · 7
Link Date Country AreaCode Area TotalCases
2020-03-27 Scotland S08000020 Grampian 45
2020-04-13 Scotland S08000026 Shetland 45
2020-04-14 Scotland S08000026 Shetland 45
2020-04-15 Scotland S08000026 Shetland 45
2020-04-16 Scotland S08000026 Shetland 45
2020-04-17 Scotland S08000026 Shetland 45
2020-04-18 Scotland S08000026 Shetland 45

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