cases

10 rows where TotalCases = 150

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-19 England E10000030 Surrey 150
2020-03-23 England E09000023 Lewisham 150
2020-03-26 England E09000014 Haringey 150
2020-03-31 England E08000004 Oldham 150
2020-04-05 England E06000034 Thurrock 150
2020-04-06 England E10000027 Somerset 150
2020-04-08 Northern Ireland N09000007 Lisburn and Castlereagh 150
2020-04-12 England E06000026 Plymouth 150
2020-04-18 England E06000001 Hartlepool 150
2020-05-07 England E06000012 North East Lincolnshire 150

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