cases

10 rows where "Date" is on date 2020-03-13 and TotalCases = 9

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-13 England E06000052 Cornwall and Isles of Scilly 9
2020-03-13 England E08000004 Oldham 9
2020-03-13 England E08000007 Stockport 9
2020-03-13 England E08000008 Tameside 9
2020-03-13 England E08000027 Dudley 9
2020-03-13 England E09000002 Barking and Dagenham 9
2020-03-13 England E10000020 Norfolk 9
2020-03-13 England E10000027 Somerset 9
2020-03-13 Scotland S08000020 Grampian 9
2020-03-13 Wales W11000024 Powys 9

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