cases

16 rows where TotalCases = 124

View and edit SQL

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

Link Date Country AreaCode Area TotalCases
2020-03-24 England E09000007 Camden 124
2020-03-26 England E08000021 Newcastle upon Tyne 124
2020-03-27 England E06000015 Derby 124
2020-03-28 England E08000029 Solihull 124
2020-03-30 England E08000014 Sefton 124
2020-03-31 England E06000045 Southampton 124
2020-03-31 England E08000010 Wigan 124
2020-04-01 England E06000051 Shropshire 124
2020-04-05 England E06000040 Windsor and Maidenhead 124
2020-04-08 England E08000033 Calderdale 124
2020-04-10 England E06000022 Bath and North East Somerset 124
2020-04-12 England E06000031 Peterborough 124
2020-04-13 England E06000019 Herefordshire, County of 124
2020-04-17 England E06000001 Hartlepool 124
2020-06-13 Wales   Outside Wales 124
2020-06-14 Wales   Outside Wales 124

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