cases

9 rows where TotalCases = 599

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-29 England E10000030 Surrey 599
2020-04-09 England E10000013 Gloucestershire 599
2020-04-27 England E09000014 Haringey 599
2020-05-03 England E06000045 Southampton 599
2020-05-03 England E06000055 Bedford 599
2020-06-21 England E06000005 Darlington 599
2020-07-04 England E06000059 Dorset 599
2020-07-07 England E06000020 Telford and Wrekin 599
2020-07-11 England E06000041 Wokingham 599

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