cases

8 rows where TotalCases = 311

View and edit SQL

Suggested facets: Country, AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-04-01 Scotland S08000024 Lothian 311
2020-04-02 England E08000021 Newcastle upon Tyne 311
2020-04-07 England E06000049 Cheshire East 311
2020-04-09 England E08000034 Kirklees 311
2020-05-04 Northern Ireland   Not Known 311
2020-05-16 Northern Ireland N09000011 Ards and North Down 311
2020-05-17 Northern Ireland N09000011 Ards and North Down 311
2020-06-05 Wales W11000024 Powys 311

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