cases

8 rows where TotalCases = 182

View and edit SQL

Suggested facets: Date, Country

Link Date Country AreaCode Area TotalCases
2020-03-28 England E09000020 Kensington and Chelsea 182
2020-03-28 Wales W11000030 Cwm Taf 182
2020-04-03 England E06000052 Cornwall and Isles of Scilly 182
2020-04-09 England E06000038 Reading 182
2020-04-12 England E06000003 Redcar and Cleveland 182
2020-04-14 England E06000040 Windsor and Maidenhead 182
2020-05-13 Northern Ireland N09000004 Causeway Coast and Glens 182
2020-06-05 England E06000012 North East Lincolnshire 182

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