cases

14 rows where Area = "Derry and Strabane" and Country = "Northern Ireland"

View and edit SQL

Country

  • Northern Ireland · 6

Area

  • Derry and Strabane · 6
Link Date Country AreaCode Area TotalCases
2020-04-07 Northern Ireland N09000005 Derry and Strabane 52
2020-04-08 Northern Ireland N09000005 Derry and Strabane 52
2020-04-09 Northern Ireland N09000005 Derry and Strabane 52
2020-04-10 Northern Ireland N09000005 Derry and Strabane 77
2020-04-15 Northern Ireland N09000005 Derry and Strabane 133
2020-04-16 Northern Ireland N09000005 Derry and Strabane 144

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