cases

8 rows where "Date" is on date 2020-03-12 and TotalCases = 2

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-12 England E06000005 Darlington 2
2020-03-12 England E06000006 Halton 2
2020-03-12 England E06000009 Blackpool 2
2020-03-12 England E06000016 Leicester 2
2020-03-12 England E06000021 Stoke-on-Trent 2
2020-03-12 England E06000024 North Somerset 2
2020-03-12 England E06000044 Portsmouth 2
2020-03-12 England E08000006 Salford 2

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