cases

4 rows where Date = "2020-03-22" and TotalCases = 11

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-22 England E06000021 Stoke-on-Trent 11
2020-03-22 England E08000011 Knowsley 11
2020-03-22 Scotland S08000016 Borders 11
2020-03-22 Wales W11000024 Powys 11

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