cases

2 rows where Area = "Unknown", Country = "Northern Ireland" and Date = "2020-03-26"

View and edit SQL

Suggested facets: Date (date)

Date

  • 2020-03-26 · 2

Country

  • Northern Ireland · 2

Area

  • Unknown · 2
Link Date Country AreaCode Area TotalCases
2020-03-26 Northern Ireland   Unknown 7
2020-03-26 Northern Ireland   Unknown 7

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