cases

9 rows where Country = "England" and TotalCases = 142

View and edit SQL

Suggested facets: Date, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-20 England E10000015 Hertfordshire 142
2020-03-26 England E09000019 Islington 142
2020-03-30 England E08000007 Stockport 142
2020-04-01 England E06000039 Slough 142
2020-04-01 England E08000005 Rochdale 142
2020-04-10 England E06000026 Plymouth 142
2020-04-10 England E08000033 Calderdale 142
2020-04-13 England E06000022 Bath and North East Somerset 142
2020-04-28 England E06000012 North East Lincolnshire 142

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