cases

7 rows where Country = "Northern Ireland" and TotalCases = 414

View and edit SQL

Suggested facets: AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-05-18 Northern Ireland N09000007 Lisburn and Castlereagh 414
2020-06-26 Northern Ireland N09000001 Antrim and Newtownabbey 414
2020-06-27 Northern Ireland N09000001 Antrim and Newtownabbey 414
2020-06-28 Northern Ireland N09000001 Antrim and Newtownabbey 414
2020-06-29 Northern Ireland N09000001 Antrim and Newtownabbey 414
2020-06-30 Northern Ireland N09000001 Antrim and Newtownabbey 414
2020-07-01 Northern Ireland N09000001 Antrim and Newtownabbey 414

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