cases

13 rows where TotalCases = 328

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-24 England E10000030 Surrey 328
2020-03-28 England E09000009 Ealing 328
2020-03-29 England E10000007 Derbyshire 328
2020-04-02 Wales W11000031 Swansea Bay 328
2020-04-03 England E10000002 Buckinghamshire 328
2020-04-07 England E08000013 St. Helens 328
2020-04-07 England E09000020 Kensington and Chelsea 328
2020-04-23 England E06000026 Plymouth 328
2020-04-25 England E06000003 Redcar and Cleveland 328
2020-04-27 England E06000019 Herefordshire, County of 328
2020-05-14 Scotland S08000022 Highland 328
2020-05-31 England E06000022 Bath and North East Somerset 328
2020-07-13 Wales W11000024 Powys 328

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