cases

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

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-15 England E08000009 Trafford 15
2020-03-15 England E08000027 Dudley 15
2020-03-15 England E08000028 Sandwell 15
2020-03-15 England E09000002 Barking and Dagenham 15
2020-03-15 England E09000031 Waltham Forest 15
2020-03-15 England E10000013 Gloucestershire 15
2020-03-15 Scotland S08000030 Tayside 15

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