cases

4 rows where "Date" is on date 2020-03-15 and TotalCases = 9

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-15 England E06000044 Portsmouth 9
2020-03-15 England E08000001 Bolton 9
2020-03-15 England E09000027 Richmond upon Thames 9
2020-03-15 Wales W11000024 Powys 9

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