cases

10 rows where TotalCases = 1253

View and edit SQL

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

Link Date Country AreaCode Area TotalCases
2020-04-27 England E08000024 Sunderland 1253
2020-05-11 England E08000021 Newcastle upon Tyne 1253
2020-06-05 England E08000037 Gateshead 1253
2020-06-09 England E09000015 Harrow 1253
2020-06-16 England E08000006 Salford 1253
2020-06-26 Scotland S08000015 Ayrshire and Arran 1253
2020-06-27 Scotland S08000015 Ayrshire and Arran 1253
2020-06-28 England E09000025 Newham 1253
2020-06-28 Scotland S08000015 Ayrshire and Arran 1253
2020-07-10 England E06000054 Wiltshire 1253

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