cases

73 rows where Area = "Belfast" and Country = "Northern Ireland" sorted by TotalCases descending

View and edit SQL

Country

  • Northern Ireland · 11

Area

  • Belfast · 11
Link Date Country AreaCode Area TotalCases ▲
2020-04-09 Northern Ireland N09000003 Belfast 482
2020-04-08 Northern Ireland N09000003 Belfast 429
2020-04-07 Northern Ireland N09000003 Belfast 396
2020-04-06 Northern Ireland N09000003 Belfast 377
2020-04-03 Northern Ireland N09000003 Belfast 272
2020-04-02 Northern Ireland N09000003 Belfast 226
2020-04-01 Northern Ireland N09000003 Belfast 200
2020-03-31 Northern Ireland N09000003 Belfast 166
2020-03-30 Northern Ireland N09000003 Belfast 160
2020-03-27 Northern Ireland N09000003 Belfast 86
2020-03-26 Northern Ireland N09000003 Belfast 75

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