cases

7 rows where "Date" is on date 2020-03-10 and TotalCases = 6

View and edit SQL

Suggested facets: Country

Link Date Country AreaCode Area TotalCases
2020-03-10 England E08000004 Oldham 6
2020-03-10 England E08000012 Liverpool 6
2020-03-10 England E09000014 Haringey 6
2020-03-10 England E09000018 Hounslow 6
2020-03-10 England E09000029 Sutton 6
2020-03-10 England E10000028 Staffordshire 6
2020-03-10 Scotland S08000020 Grampian 6

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