cases

3 rows where "Date" is on date 2020-03-24 and TotalCases = 41

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-24 England E06000043 Brighton and Hove 41
2020-03-24 England E06000049 Cheshire East 41
2020-03-24 Scotland S08000015 Ayrshire and Arran 41

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