cases

9 rows where TotalCases = 192

View and edit SQL

Suggested facets: Date, Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-21 England E09000022 Lambeth 192
2020-03-30 England E09000029 Sutton 192
2020-04-01 England E09000027 Richmond upon Thames 192
2020-04-05 England E08000011 Knowsley 192
2020-04-08 England E06000025 South Gloucestershire 192
2020-04-08 England E06000034 Thurrock 192
2020-04-13 Scotland S08000017 Dumfries and Galloway 192
2020-04-17 England E06000005 Darlington 192
2020-04-24 England E06000027 Torbay 192

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