cases

8 rows where Country = "Northern Ireland" and TotalCases = 395

View and edit SQL

Suggested facets: AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-05-13 Northern Ireland N09000007 Lisburn and Castlereagh 395
2020-06-17 Northern Ireland N09000011 Ards and North Down 395
2020-06-18 Northern Ireland N09000011 Ards and North Down 395
2020-06-19 Northern Ireland N09000011 Ards and North Down 395
2020-06-20 Northern Ireland N09000011 Ards and North Down 395
2020-06-21 Northern Ireland N09000011 Ards and North Down 395
2020-06-22 Northern Ireland N09000011 Ards and North Down 395
2020-06-23 Northern Ireland N09000011 Ards and North Down 395

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