cases

2 rows where Area = "Mid and East Antrim", Country = "Northern Ireland" and TotalCases = 331

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-06-12 Northern Ireland N09000008 Mid and East Antrim 331
2020-06-13 Northern Ireland N09000008 Mid and East Antrim 331

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