cases

9 rows where Country = "England" and TotalCases = 81

View and edit SQL

Suggested facets: Date, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-25 England E06000039 Slough 81
2020-03-25 England E06000042 Milton Keynes 81
2020-03-25 England E08000003 Manchester 81
2020-03-27 England E08000014 Sefton 81
2020-03-29 England E08000010 Wigan 81
2020-03-31 England E06000038 Reading 81
2020-04-02 England E06000003 Redcar and Cleveland 81
2020-04-05 England E06000031 Peterborough 81
2020-04-05 England E06000036 Bracknell Forest 81

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