cases

17 rows where TotalCases = 144

View and edit SQL

Suggested facets: Date, Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-19 England E09000022 Lambeth 144
2020-03-25 England E09000012 Hackney and City of London 144
2020-03-27 England E08000021 Newcastle upon Tyne 144
2020-03-27 England E09000004 Bexley 144
2020-03-28 England E10000003 Cambridgeshire 144
2020-03-29 England E10000019 Lincolnshire 144
2020-04-01 England E08000017 Doncaster 144
2020-04-02 England E08000001 Bolton 144
2020-04-02 England E08000022 North Tyneside 144
2020-04-03 England E06000007 Warrington 144
2020-04-06 Scotland S08000017 Dumfries and Galloway 144
2020-04-10 Scotland S08000022 Highland 144
2020-04-16 Northern Ireland N09000005 Derry and Strabane 144
2020-04-16 Northern Ireland N09000008 Mid and East Antrim 144
2020-04-17 England E06000019 Herefordshire, County of 144
2020-04-19 Wales W11000024 Powys 144
2020-04-30 England E06000012 North East Lincolnshire 144

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