cases

2 rows where "Date" is on date 2020-05-06 and TotalCases = 644

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-05-06 England E06000055 Bedford 644
2020-05-06 England E09000014 Haringey 644

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