cases

2 rows where "Date" is on date 2020-04-15 and TotalCases = 246

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-04-15 England E06000006 Halton 246
2020-04-15 England E06000041 Wokingham 246

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