cases

12 rows where TotalCases = 493

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-27 England E10000030 Surrey 493
2020-04-09 England E09000033 Westminster 493
2020-04-12 England E09000004 Bexley 493
2020-04-13 England E08000037 Gateshead 493
2020-04-14 England E08000027 Dudley 493
2020-04-17 England E09000013 Hammersmith and Fulham 493
2020-04-22 England E09000002 Barking and Dagenham 493
2020-05-01 England E06000004 Stockton-on-Tees 493
2020-05-11 England E06000006 Halton 493
2020-05-20 England E08000033 Calderdale 493
2020-05-23 Northern Ireland N09000002 Armagh City, Banbridge and Craigavon 493
2020-06-29 England E06000044 Portsmouth 493

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