cases

14 rows where TotalCases = 242

View and edit SQL

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

Link Date Country AreaCode Area TotalCases
2020-03-25 England E09000009 Ealing 242
2020-03-29 England E10000025 Oxfordshire 242
2020-03-30 England E08000030 Walsall 242
2020-03-30 England E09000017 Hillingdon 242
2020-04-05 England E08000016 Barnsley 242
2020-04-12 England E06000011 East Riding of Yorkshire 242
2020-04-20 England E06000044 Portsmouth 242
2020-04-24 England E06000024 North Somerset 242
2020-04-30 Scotland S08000022 Highland 242
2020-05-03 Northern Ireland N09000011 Ards and North Down 242
2020-05-05 England E06000027 Torbay 242
2020-05-10 Northern Ireland N09000010 Newry, Mourne and Down 242
2020-05-30 Northern Ireland N09000004 Causeway Coast and Glens 242
2020-05-31 Northern Ireland N09000004 Causeway Coast and Glens 242

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