cases

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

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-02-28 England E06000018 Nottingham 1
2020-02-28 England E08000002 Bury 1
2020-02-28 England E09000018 Hounslow 1
2020-02-28 England E10000012 Essex 1
2020-02-28 England E10000016 Kent 1
2020-02-28 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 225.394ms · About: https://github.com/tomwhite/covid-19-uk-data