cases

5 rows where Area = "Not Known", Country = "Northern Ireland" and TotalCases = 343 sorted by AreaCode

View and edit SQL

Suggested facets: Date, Date (date)

TotalCases

Country

  • Northern Ireland · 5

Area

  • Not Known · 5
Link Date Country AreaCode ▼ Area TotalCases
2020-06-06 Northern Ireland   Not Known 343
2020-06-06 Northern Ireland   Not Known 343
2020-06-07 Northern Ireland   Not Known 343
2020-06-08 Northern Ireland   Not Known 343
2020-06-09 Northern Ireland   Not Known 343

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