cases

3 rows where Date = "2020-02-29" and TotalCases = 1

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-02-29 England E09000021 Kingston upon Thames 1
2020-02-29 England E10000021 Northamptonshire 1
2020-02-29 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 81.355ms · About: https://github.com/tomwhite/covid-19-uk-data