cases

6 rows where TotalCases = 1171

View and edit SQL

Suggested facets: Country, AreaCode, Date (date)

Link Date Country AreaCode Area TotalCases
2020-05-30 England E06000023 Bristol, City of 1171
2020-06-15 England E10000008 Devon 1171
2020-07-14 England E09000032 Wandsworth 1171
2020-07-22 Wales W11000025 Hywel Dda 1171
2020-07-23 Wales W11000025 Hywel Dda 1171
2020-07-24 Wales W11000025 Hywel Dda 1171

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