cases

10 rows where TotalCases = 153

View and edit SQL

Suggested facets: Country, AreaCode, Area

Link Date Country AreaCode Area TotalCases
2020-03-20 England E09000032 Wandsworth 153
2020-03-31 England E06000047 County Durham 153
2020-04-03 England E06000054 Wiltshire 153
2020-04-04 England E06000043 Brighton and Hove 153
2020-04-12 England E08000033 Calderdale 153
2020-04-14 England E06000014 York 153
2020-04-16 England E06000031 Peterborough 153
2020-04-17 England E06000024 North Somerset 153
2020-05-04 Northern Ireland N09000005 Derry City and Strabane 153
2020-05-05 Northern Ireland N09000005 Derry City and Strabane 153

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