cases

16 rows where TotalCases = 132

View and edit SQL

Suggested facets: Date, Country, AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-20 England E09000033 Westminster 132
2020-03-23 Wales W11000029 Cardiff and Vale 132
2020-03-24 England E09000011 Greenwich 132
2020-03-25 England E09000013 Hammersmith and Fulham 132
2020-03-25 England E10000032 West Sussex 132
2020-03-30 England E06000042 Milton Keynes 132
2020-04-01 England E08000036 Wakefield 132
2020-04-02 England E06000051 Shropshire 132
2020-04-06 England E06000044 Portsmouth 132
2020-04-13 England E06000031 Peterborough 132
2020-04-15 England E06000019 Herefordshire, County of 132
2020-04-15 England E06000024 North Somerset 132
2020-04-16 Northern Ireland N09000010 Newry, Mourne and Down 132
2020-04-26 England E06000012 North East Lincolnshire 132
2020-06-23 Wales   Outside Wales 132
2020-06-24 Wales   Outside Wales 132

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