cases

4 rows where "Date" is on date 2020-03-18 and TotalCases = 16

View and edit SQL

Link Date Country AreaCode Area TotalCases
2020-03-18 England E06000025 South Gloucestershire 16
2020-03-18 England E06000035 Medway 16
2020-03-18 England E08000001 Bolton 16
2020-03-18 Scotland S08000026 Shetland 16

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