cases

5 rows where "Date" is on date 2020-03-15 and TotalCases = 12

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-15 England E06000035 Medway 12
2020-03-15 England E06000041 Wokingham 12
2020-03-15 England E09000026 Redbridge 12
2020-03-15 England E10000027 Somerset 12
2020-03-15 Scotland S08000020 Grampian 12

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