cases

12 rows where Country = "Northern Ireland" and "Date" is on date 2020-04-10

View and edit SQL

Suggested facets: TotalCases, Date (date)

Country

  • Northern Ireland · 12
Link Date Country AreaCode Area TotalCases
2020-04-10 Northern Ireland   Unknown 22
2020-04-10 Northern Ireland N09000001 Antrim and Newtownabbey 117
2020-04-10 Northern Ireland N09000002 Armagh, Banbridge and Craigavon 157
2020-04-10 Northern Ireland N09000003 Belfast 514
2020-04-10 Northern Ireland N09000004 Causeway Coast and Glens 63
2020-04-10 Northern Ireland N09000005 Derry and Strabane 77
2020-04-10 Northern Ireland N09000006 Fermanagh and Omagh 52
2020-04-10 Northern Ireland N09000007 Lisburn and Castlereagh 181
2020-04-10 Northern Ireland N09000008 Mid and East Antrim 102
2020-04-10 Northern Ireland N09000009 Mid Ulster 73
2020-04-10 Northern Ireland N09000010 Newry, Mourne and Down 102
2020-04-10 Northern Ireland N09000011 North Down and Ards 129

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