cases

2 rows where AreaCode = "E08000025" and TotalCases = 5121

View and edit SQL

Suggested facets: Date (date)

TotalCases

  • 5121 · 2

Country

AreaCode

  • E08000025 · 2
Link Date Country AreaCode Area TotalCases
2020-07-23 England E08000025 Birmingham 5121
2020-07-25 England E08000025 Birmingham 5121

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