cases

13 rows where TotalCases = 401

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-24 England E08000025 Birmingham 401
2020-03-29 Scotland S08000031 Greater Glasgow and Clyde 401
2020-04-03 England E09000033 Westminster 401
2020-04-04 England E09000031 Waltham Forest 401
2020-04-06 England E09000018 Hounslow 401
2020-04-11 England E08000010 Wigan 401
2020-04-14 England E08000029 Solihull 401
2020-04-22 England E06000055 Bedford 401
2020-04-29 England E06000006 Halton 401
2020-05-06 Northern Ireland N09000002 Armagh City, Banbridge and Craigavon 401
2020-05-13 England E06000037 West Berkshire 401
2020-05-31 England E06000046 Isle of Wight 401
2020-07-07 England E06000040 Windsor and Maidenhead 401

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