cases

11 rows where Country = "England" and TotalCases = 79

View and edit SQL

Suggested facets: Date, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-17 England E09000005 Brent 79
2020-03-18 England E09000009 Ealing 79
2020-03-18 England E10000006 Cumbria 79
2020-03-20 England E10000028 Staffordshire 79
2020-03-21 England E10000031 Warwickshire 79
2020-03-23 England E08000027 Dudley 79
2020-03-24 England E10000013 Gloucestershire 79
2020-03-28 England E06000045 Southampton 79
2020-04-03 England E06000020 Telford and Wrekin 79
2020-04-10 England E06000001 Hartlepool 79
2020-06-03 England E06000017 Rutland 79

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