cases

5 rows where Country = "Northern Ireland" and TotalCases = 157

View and edit SQL

Suggested facets: AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-04-10 Northern Ireland N09000002 Armagh, Banbridge and Craigavon 157
2020-04-16 Northern Ireland N09000011 North Down and Ards 157
2020-05-09 Northern Ireland N09000005 Derry City and Strabane 157
2020-05-10 Northern Ireland N09000005 Derry City and Strabane 157
2020-05-11 Northern Ireland N09000005 Derry City and Strabane 157

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