cases

3 rows where Date = "2020-03-22" and TotalCases = 19

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-22 England E06000022 Bath and North East Somerset 19
2020-03-22 England E08000024 Sunderland 19
2020-03-22 England E08000036 Wakefield 19

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