cases

12 rows where "Date" is on date 2020-03-11 and TotalCases = 5

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-11 England E06000015 Derby 5
2020-03-11 England E06000050 Cheshire West and Chester 5
2020-03-11 England E06000051 Shropshire 5
2020-03-11 England E08000001 Bolton 5
2020-03-11 England E08000007 Stockport 5
2020-03-11 England E08000026 Coventry 5
2020-03-11 England E09000016 Havering 5
2020-03-11 England E09000019 Islington 5
2020-03-11 England E09000025 Newham 5
2020-03-11 England E09000031 Waltham Forest 5
2020-03-11 England E10000027 Somerset 5
2020-03-11 Scotland S08000031 Greater Glasgow and Clyde 5

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