cases

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

View and edit SQL

Suggested facets: Date, Date (date)

TotalCases

Country

  • England · 9
Link Date Country AreaCode Area TotalCases
2020-03-26 England E10000031 Warwickshire 177
2020-03-29 England E10000013 Gloucestershire 177
2020-03-31 England E09000027 Richmond upon Thames 177
2020-04-01 England E10000008 Devon 177
2020-04-03 England E08000036 Wakefield 177
2020-04-03 England E08000037 Gateshead 177
2020-04-04 England E08000008 Tameside 177
2020-04-04 England E08000011 Knowsley 177
2020-05-31 England E06000012 North East Lincolnshire 177

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