cases

8 rows where "Date" is on date 2020-03-14 and TotalCases = 11

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-14 England E08000008 Tameside 11
2020-03-14 England E08000027 Dudley 11
2020-03-14 England E08000028 Sandwell 11
2020-03-14 England E09000002 Barking and Dagenham 11
2020-03-14 England E09000031 Waltham Forest 11
2020-03-14 England E10000023 North Yorkshire 11
2020-03-14 England E10000027 Somerset 11
2020-03-14 Scotland S08000030 Tayside 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 244.314ms · About: https://github.com/tomwhite/covid-19-uk-data