cases

10 rows where TotalCases = 166

View and edit SQL

Suggested facets: Date, Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-28 England E08000035 Leeds 166
2020-03-31 Northern Ireland N09000003 Belfast 166
2020-04-01 England E08000013 St. Helens 166
2020-04-01 England E10000011 East Sussex 166
2020-04-05 England E06000051 Shropshire 166
2020-04-07 England E06000004 Stockton-on-Tees 166
2020-04-16 England E06000036 Bracknell Forest 166
2020-04-26 Wales W11000024 Powys 166
2020-05-22 England E06000012 North East Lincolnshire 166
2020-05-27 Northern Ireland N09000005 Derry City and Strabane 166

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