cases

104 rows where TotalCases = 5

View and edit SQL

TotalCases

Country

AreaCode

Link Date Country AreaCode Area TotalCases
2020-04-16 Scotland S08000025 Orkney 5
2020-04-17 Scotland S08000025 Orkney 5
2020-04-18 Scotland S08000025 Orkney 5
2020-04-19 Scotland S08000025 Orkney 5

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