cases

5 rows where "Date" is on date 2020-03-22 and TotalCases = 16

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-22 England E06000031 Peterborough 16
2020-03-22 England E06000058 Bournemouth, Christchurch and Poole 16
2020-03-22 England E08000010 Wigan 16
2020-03-22 Scotland S08000017 Dumfries and Galloway 16
2020-03-22 Scotland S08000029 Fife 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 406.371ms · About: https://github.com/tomwhite/covid-19-uk-data