cases

6 rows where "Date" is on date 2020-02-27 and TotalCases = 1

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-02-27 England E06000041 Wokingham 1
2020-02-27 England E08000032 Bradford 1
2020-02-27 England E09000003 Barnet 1
2020-02-27 England E09000020 Kensington and Chelsea 1
2020-02-27 England E10000014 Hampshire 1
2020-02-27 Wales W11000031 Swansea Bay 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 194.163ms · About: https://github.com/tomwhite/covid-19-uk-data