cases

12 rows where TotalCases = 301

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-28 England E10000007 Derbyshire 301
2020-04-03 England E08000027 Dudley 301
2020-04-04 England E10000019 Lincolnshire 301
2020-04-10 England E08000011 Knowsley 301
2020-04-11 England E09000021 Kingston upon Thames 301
2020-04-15 England E06000039 Slough 301
2020-04-16 England E06000051 Shropshire 301
2020-04-24 England E06000037 West Berkshire 301
2020-05-12 England E06000046 Isle of Wight 301
2020-05-15 England E06000036 Bracknell Forest 301
2020-05-16 England E06000022 Bath and North East Somerset 301
2020-05-24 Northern Ireland N09000008 Mid and East Antrim 301

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