cases

10 rows where TotalCases = 1081

View and edit SQL

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

Link Date Country AreaCode Area TotalCases
2020-05-08 England E08000018 Rotherham 1081
2020-05-10 England E08000031 Wolverhampton 1081
2020-05-12 England E08000016 Barnsley 1081
2020-05-12 England E08000034 Kirklees 1081
2020-05-16 England E09000032 Wandsworth 1081
2020-06-08 Wales W11000025 Hywel Dda 1081
2020-06-09 Scotland S08000015 Ayrshire and Arran 1081
2020-06-10 Scotland S08000015 Ayrshire and Arran 1081
2020-06-18 England E09000026 Redbridge 1081
2020-07-19 England E09000004 Bexley 1081

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