cases

9 rows where Country = "Northern Ireland" and TotalCases = 396

View and edit SQL

Suggested facets: AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-04-07 Northern Ireland N09000003 Belfast 396
2020-06-24 Northern Ireland N09000011 Ards and North Down 396
2020-06-25 Northern Ireland N09000011 Ards and North Down 396
2020-06-26 Northern Ireland N09000011 Ards and North Down 396
2020-06-27 Northern Ireland N09000011 Ards and North Down 396
2020-06-28 Northern Ireland N09000011 Ards and North Down 396
2020-06-29 Northern Ireland N09000011 Ards and North Down 396
2020-06-30 Northern Ireland N09000011 Ards and North Down 396
2020-07-01 Northern Ireland N09000011 Ards and North Down 396

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