cases

13 rows where TotalCases = 381

View and edit SQL

Suggested facets: Date, Country, AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-04-09 England E08000006 Salford 381
2020-04-10 England E06000032 Luton 381
2020-04-11 England E09000020 Kensington and Chelsea 381
2020-04-13 England E08000029 Solihull 381
2020-04-13 England E10000011 East Sussex 381
2020-04-25 England E06000041 Wokingham 381
2020-05-01 England E06000024 North Somerset 381
2020-05-05 England E08000033 Calderdale 381
2020-05-07 England E06000037 West Berkshire 381
2020-05-08 England E06000034 Thurrock 381
2020-07-09 England E06000036 Bracknell Forest 381
2020-07-24 Scotland S08000022 Highland 381
2020-07-25 Scotland S08000022 Highland 381

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