cases

5 rows where Area = "Orkney", Country = "Scotland" and TotalCases = 6

View and edit SQL

Suggested facets: Date (date)

TotalCases

Country

  • Scotland · 5

Area

  • Orkney · 5
Link Date Country AreaCode Area TotalCases
2020-04-20 Scotland S08000025 Orkney 6
2020-04-21 Scotland S08000025 Orkney 6
2020-04-22 Scotland S08000025 Orkney 6
2020-04-23 Scotland S08000025 Orkney 6
2020-04-24 Scotland S08000025 Orkney 6

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