cases

3 rows where Date = "2020-03-18" and TotalCases = 11

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-18 England E06000045 Southampton 11
2020-03-18 England E06000058 Bournemouth, Christchurch and Poole 11
2020-03-18 England E06000059 Dorset 11

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