cases

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

View and edit SQL

Suggested facets: AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-04-01 Northern Ireland N09000007 Lisburn and Castlereagh 81
2020-04-03 Northern Ireland N09000011 North Down and Ards 81
2020-04-08 Northern Ireland N09000001 Antrim and Newtownabbey 81
2020-05-23 Northern Ireland N09000006 Fermanagh and Omagh 81
2020-05-29 Northern Ireland N09000006 Fermanagh and Omagh 81
2020-05-30 Northern Ireland N09000006 Fermanagh and Omagh 81

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