cases

14 rows where TotalCases = 317

View and edit SQL

Suggested facets: Date, Country, AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-26 England E09000032 Wandsworth 317
2020-04-03 England E09000014 Haringey 317
2020-04-06 England E10000003 Cambridgeshire 317
2020-04-07 England E08000004 Oldham 317
2020-04-10 England E08000005 Rochdale 317
2020-04-11 England E08000011 Knowsley 317
2020-04-11 England E08000036 Wakefield 317
2020-04-14 England E09000027 Richmond upon Thames 317
2020-04-27 England E06000031 Peterborough 317
2020-05-07 England E06000040 Windsor and Maidenhead 317
2020-05-08 Scotland S08000022 Highland 317
2020-05-09 Scotland S08000022 Highland 317
2020-05-19 Scotland S08000016 Borders 317
2020-05-22 England E06000022 Bath and North East Somerset 317

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