cases

6 rows where Country = "Northern Ireland" and TotalCases = 538

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-06-06 Northern Ireland N09000002 Armagh City, Banbridge and Craigavon 538
2020-06-07 Northern Ireland N09000002 Armagh City, Banbridge and Craigavon 538
2020-06-08 Northern Ireland N09000002 Armagh City, Banbridge and Craigavon 538
2020-06-09 Northern Ireland N09000002 Armagh City, Banbridge and Craigavon 538
2020-06-10 Northern Ireland N09000002 Armagh City, Banbridge and Craigavon 538
2020-06-11 Northern Ireland N09000002 Armagh City, Banbridge and Craigavon 538

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