cases

10 rows where TotalCases = 126

View and edit SQL

Suggested facets: Country, AreaCode, Area

Link Date Country AreaCode Area TotalCases
2020-03-18 England E08000025 Birmingham 126
2020-03-25 England E09000031 Waltham Forest 126
2020-03-28 England E09000016 Havering 126
2020-03-31 England E06000052 Cornwall and Isles of Scilly 126
2020-03-31 England E08000005 Rochdale 126
2020-04-03 England E06000025 South Gloucestershire 126
2020-04-10 England E06000014 York 126
2020-04-17 Wales W11000024 Powys 126
2020-06-16 Wales   Outside Wales 126
2020-06-17 Wales   Outside Wales 126

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