cases

3 rows where "Date" is on date 2020-03-14 and TotalCases = 1

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-14 England E06000002 Middlesbrough 1
2020-03-14 England E06000020 Telford and Wrekin 1
2020-03-14 Wales   Outside Wales 1

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