cases

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

View and edit SQL

Date (date)

  • 2020-04-06 · 32

Country

  • England · 32
Link Date Country ▼ AreaCode Area TotalCases
2020-04-06 England E09000028 Southwark 809
2020-04-06 England E09000029 Sutton 339
2020-04-06 England E09000030 Tower Hamlets 416
2020-04-06 England E09000031 Waltham Forest 454
2020-04-06 England E09000032 Wandsworth 647
2020-04-06 England E09000033 Westminster 445
2020-04-06 England E10000002 Buckinghamshire 388
2020-04-06 England E10000003 Cambridgeshire 317
2020-04-06 England E10000006 Cumbria 971
2020-04-06 England E10000007 Derbyshire 596
2020-04-06 England E10000008 Devon 285
2020-04-06 England E10000011 East Sussex 248
2020-04-06 England E10000012 Essex 1248
2020-04-06 England E10000013 Gloucestershire 446
2020-04-06 England E10000014 Hampshire 1278
2020-04-06 England E10000015 Hertfordshire 1182
2020-04-06 England E10000016 Kent 1213
2020-04-06 England E10000017 Lancashire 1162
2020-04-06 England E10000018 Leicestershire 424
2020-04-06 England E10000019 Lincolnshire 359
2020-04-06 England E10000020 Norfolk 434
2020-04-06 England E10000021 Northamptonshire 592
2020-04-06 England E10000023 North Yorkshire 345
2020-04-06 England E10000024 Nottinghamshire 525
2020-04-06 England E10000025 Oxfordshire 652
2020-04-06 England E10000027 Somerset 150
2020-04-06 England E10000028 Staffordshire 700
2020-04-06 England E10000029 Suffolk 349
2020-04-06 England E10000030 Surrey 1214
2020-04-06 England E10000031 Warwickshire 526
2020-04-06 England E10000032 West Sussex 477
2020-04-06 England E10000034 Worcestershire 507

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