cases

4 rows where Area = "Fermanagh and Omagh", Country = "Northern Ireland" and TotalCases = 82

View and edit SQL

Suggested facets: Date (date)

TotalCases

Country

  • Northern Ireland · 4

Area

  • Fermanagh and Omagh · 4
Link Date Country AreaCode Area TotalCases
2020-05-31 Northern Ireland N09000006 Fermanagh and Omagh 82
2020-06-01 Northern Ireland N09000006 Fermanagh and Omagh 82
2020-06-02 Northern Ireland N09000006 Fermanagh and Omagh 82
2020-06-03 Northern Ireland N09000006 Fermanagh and Omagh 82

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