cases

2 rows where Area = "Shetland", Country = "Scotland" and TotalCases = 13

View and edit SQL

Suggested facets: Date (date)

TotalCases

Country

  • Scotland · 2

Area

  • Shetland · 2
Link Date Country AreaCode Area TotalCases
2020-03-14 Scotland S08000026 Shetland 13
2020-03-15 Scotland S08000026 Shetland 13

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