cases

6 rows where Date = "2020-03-04" and TotalCases = 3

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-04 England E08000019 Sheffield 3
2020-03-04 England E08000035 Leeds 3
2020-03-04 England E09000022 Lambeth 3
2020-03-04 England E09000033 Westminster 3
2020-03-04 England E10000013 Gloucestershire 3
2020-03-04 England E10000028 Staffordshire 3

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