cases

5 rows where "Date" is on date 2020-03-18 and TotalCases = 13

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-18 England E06000016 Leicester 13
2020-03-18 England E06000034 Thurrock 13
2020-03-18 England E06000050 Cheshire West and Chester 13
2020-03-18 England E10000027 Somerset 13
2020-03-18 Wales W11000025 Hywel Dda 13

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