cases

9 rows where TotalCases = 427

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-26 England E08000019 Sheffield 427
2020-04-04 Scotland S08000032 Lanarkshire 427
2020-04-05 England E10000032 West Sussex 427
2020-04-06 England E09000024 Merton 427
2020-04-09 England E09000007 Camden 427
2020-04-10 England E08000037 Gateshead 427
2020-04-18 England E09000020 Kensington and Chelsea 427
2020-04-24 England E09000019 Islington 427
2020-05-01 England E06000006 Halton 427

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