cases

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

View and edit SQL

Date (date)

  • 2020-04-11 · 32

Country

  • England · 32
Link Date Country ▼ AreaCode Area TotalCases
2020-04-11 England E09000028 Southwark 1008
2020-04-11 England E09000029 Sutton 454
2020-04-11 England E09000030 Tower Hamlets 511
2020-04-11 England E09000031 Waltham Forest 563
2020-04-11 England E09000032 Wandsworth 766
2020-04-11 England E09000033 Westminster 513
2020-04-11 England E10000002 Buckinghamshire 524
2020-04-11 England E10000003 Cambridgeshire 452
2020-04-11 England E10000006 Cumbria 1257
2020-04-11 England E10000007 Derbyshire 763
2020-04-11 England E10000008 Devon 388
2020-04-11 England E10000011 East Sussex 351
2020-04-11 England E10000012 Essex 1627
2020-04-11 England E10000013 Gloucestershire 694
2020-04-11 England E10000014 Hampshire 1685
2020-04-11 England E10000015 Hertfordshire 1556
2020-04-11 England E10000016 Kent 1746
2020-04-11 England E10000017 Lancashire 1639
2020-04-11 England E10000018 Leicestershire 550
2020-04-11 England E10000019 Lincolnshire 482
2020-04-11 England E10000020 Norfolk 695
2020-04-11 England E10000021 Northamptonshire 747
2020-04-11 England E10000023 North Yorkshire 483
2020-04-11 England E10000024 Nottinghamshire 690
2020-04-11 England E10000025 Oxfordshire 948
2020-04-11 England E10000027 Somerset 223
2020-04-11 England E10000028 Staffordshire 965
2020-04-11 England E10000029 Suffolk 501
2020-04-11 England E10000030 Surrey 1638
2020-04-11 England E10000031 Warwickshire 698
2020-04-11 England E10000032 West Sussex 669
2020-04-11 England E10000034 Worcestershire 710

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