cases

9 rows where TotalCases = 633

View and edit SQL

Suggested facets: Country

Link Date Country AreaCode Area TotalCases
2020-04-01 Wales W11000029 Cardiff and Vale 633
2020-04-09 England E10000034 Worcestershire 633
2020-04-19 England E06000050 Cheshire West and Chester 633
2020-04-22 England E09000012 Hackney and City of London 633
2020-04-23 England E09000030 Tower Hamlets 633
2020-04-30 England E06000056 Central Bedfordshire 633
2020-05-05 England E06000045 Southampton 633
2020-05-13 England E09000002 Barking and Dagenham 633
2020-06-04 England E06000026 Plymouth 633

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