cases

5 rows where Country = "England" and TotalCases = 139

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-22 England E10000012 Essex 139
2020-03-25 England E08000012 Liverpool 139
2020-03-30 England E09000021 Kingston upon Thames 139
2020-03-31 England E08000015 Wirral 139
2020-04-04 England E06000055 Bedford 139

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