cases

3 rows where Area = "Not Known", Country = "Northern Ireland" and TotalCases = 340

View and edit SQL

Suggested facets: Date (date)

TotalCases

Country

  • Northern Ireland · 3

Area

  • Not Known · 3
Link Date Country AreaCode Area TotalCases
2020-05-13 Northern Ireland   Not Known 340
2020-05-29 Northern Ireland   Not Known 340
2020-05-30 Northern Ireland   Not Known 340

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