cases

1 row where AreaCode = "E08000011" and TotalCases = 12

View and edit SQL

Suggested facets: Date (date)

TotalCases

Country

AreaCode

  • E08000011 · 1
Link Date Country AreaCode Area TotalCases
2020-03-23 England E08000011 Knowsley 12

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