cases

6 rows where "Date" is on date 2020-03-23 and TotalCases = 19

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-23 England E06000026 Plymouth 19
2020-03-23 England E06000027 Torbay 19
2020-03-23 England E06000031 Peterborough 19
2020-03-23 England E06000033 Southend-on-Sea 19
2020-03-23 England E08000010 Wigan 19
2020-03-23 Scotland S08000029 Fife 19

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