cases

9 rows where TotalCases = 1245

View and edit SQL

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

Link Date Country AreaCode Area TotalCases
2020-05-25 Scotland S08000020 Grampian 1245
2020-05-31 England E08000037 Gateshead 1245
2020-06-13 England E06000032 Luton 1245
2020-06-17 Scotland S08000015 Ayrshire and Arran 1245
2020-06-18 Scotland S08000015 Ayrshire and Arran 1245
2020-06-25 England E09000025 Newham 1245
2020-06-26 England E06000015 Derby 1245
2020-07-02 England E08000009 Trafford 1245
2020-07-14 England E06000056 Central Bedfordshire 1245

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