cases

148 rows where Country = "England" and "Date" is on date 2020-04-04 sorted by Country

View and edit SQL

Date (date)

  • 2020-04-04 · 32

Country

  • England · 32
Link Date Country ▼ AreaCode Area TotalCases
2020-04-04 England E09000028 Southwark 744
2020-04-04 England E09000029 Sutton 305
2020-04-04 England E09000030 Tower Hamlets 371
2020-04-04 England E09000031 Waltham Forest 401
2020-04-04 England E09000032 Wandsworth 594
2020-04-04 England E09000033 Westminster 417
2020-04-04 England E10000002 Buckinghamshire 349
2020-04-04 England E10000003 Cambridgeshire 272
2020-04-04 England E10000006 Cumbria 795
2020-04-04 England E10000007 Derbyshire 563
2020-04-04 England E10000008 Devon 252
2020-04-04 England E10000011 East Sussex 217
2020-04-04 England E10000012 Essex 1093
2020-04-04 England E10000013 Gloucestershire 379
2020-04-04 England E10000014 Hampshire 1102
2020-04-04 England E10000015 Hertfordshire 1029
2020-04-04 England E10000016 Kent 997
2020-04-04 England E10000017 Lancashire 955
2020-04-04 England E10000018 Leicestershire 362
2020-04-04 England E10000019 Lincolnshire 301
2020-04-04 England E10000020 Norfolk 351
2020-04-04 England E10000021 Northamptonshire 515
2020-04-04 England E10000023 North Yorkshire 294
2020-04-04 England E10000024 Nottinghamshire 475
2020-04-04 England E10000025 Oxfordshire 553
2020-04-04 England E10000027 Somerset 125
2020-04-04 England E10000028 Staffordshire 620
2020-04-04 England E10000029 Suffolk 289
2020-04-04 England E10000030 Surrey 1061
2020-04-04 England E10000031 Warwickshire 465
2020-04-04 England E10000032 West Sussex 400
2020-04-04 England E10000034 Worcestershire 441

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