cases

10 rows where TotalCases = 143

View and edit SQL

Suggested facets: Date, Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-20 England E09000005 Brent 143
2020-03-22 England E09000009 Ealing 143
2020-03-22 England E10000007 Derbyshire 143
2020-03-25 England E10000018 Leicestershire 143
2020-03-26 England E08000028 Sandwell 143
2020-04-03 England E08000002 Bury 143
2020-04-07 Northern Ireland N09000007 Lisburn and Castlereagh 143
2020-04-08 England E06000037 West Berkshire 143
2020-04-11 England E06000026 Plymouth 143
2020-04-29 England E06000012 North East Lincolnshire 143

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