cases

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

View and edit SQL

Date (date)

  • 2020-04-09 · 32

Country

  • England · 32
Link Date Country ▼ AreaCode Area TotalCases
2020-04-09 England E09000028 Southwark 944
2020-04-09 England E09000029 Sutton 420
2020-04-09 England E09000030 Tower Hamlets 480
2020-04-09 England E09000031 Waltham Forest 523
2020-04-09 England E09000032 Wandsworth 723
2020-04-09 England E09000033 Westminster 493
2020-04-09 England E10000002 Buckinghamshire 479
2020-04-09 England E10000003 Cambridgeshire 406
2020-04-09 England E10000006 Cumbria 1198
2020-04-09 England E10000007 Derbyshire 714
2020-04-09 England E10000008 Devon 344
2020-04-09 England E10000011 East Sussex 321
2020-04-09 England E10000012 Essex 1507
2020-04-09 England E10000013 Gloucestershire 599
2020-04-09 England E10000014 Hampshire 1550
2020-04-09 England E10000015 Hertfordshire 1424
2020-04-09 England E10000016 Kent 1560
2020-04-09 England E10000017 Lancashire 1473
2020-04-09 England E10000018 Leicestershire 500
2020-04-09 England E10000019 Lincolnshire 425
2020-04-09 England E10000020 Norfolk 595
2020-04-09 England E10000021 Northamptonshire 686
2020-04-09 England E10000023 North Yorkshire 432
2020-04-09 England E10000024 Nottinghamshire 648
2020-04-09 England E10000025 Oxfordshire 847
2020-04-09 England E10000027 Somerset 189
2020-04-09 England E10000028 Staffordshire 865
2020-04-09 England E10000029 Suffolk 441
2020-04-09 England E10000030 Surrey 1485
2020-04-09 England E10000031 Warwickshire 635
2020-04-09 England E10000032 West Sussex 614
2020-04-09 England E10000034 Worcestershire 633

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