cases

2 rows where Country = "England", "Date" is on date 2020-04-08 and TotalCases = 348

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-04-08 England E08000004 Oldham 348
2020-04-08 England E09000020 Kensington and Chelsea 348

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