cases

5 rows where Country = "Northern Ireland" and TotalCases = 16

View and edit SQL

Suggested facets: Date, AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-26 Northern Ireland N09000008 Mid and East Antrim 16
2020-03-27 Northern Ireland N09000008 Mid and East Antrim 16
2020-03-27 Northern Ireland N09000010 Newry, Mourne and Down 16
2020-03-30 Northern Ireland N09000009 Mid Ulster 16
2020-03-31 Northern Ireland N09000004 Causeway Coast and Glens 16

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