cases

5 rows where TotalCases = 1117

View and edit SQL

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

Link Date Country AreaCode Area TotalCases
2020-05-13 England E09000023 Lewisham 1117
2020-05-23 England E08000008 Tameside 1117
2020-06-09 England E09000032 Wandsworth 1117
2020-06-20 Wales W11000025 Hywel Dda 1117
2020-06-21 Wales W11000025 Hywel Dda 1117

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