cases

9 rows where TotalCases = 812

View and edit SQL

Suggested facets: Date, Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-29 England E08000025 Birmingham 812
2020-04-13 Scotland S08000030 Tayside 812
2020-05-01 England E08000017 Doncaster 812
2020-05-01 England E09000029 Sutton 812
2020-05-08 England E06000018 Nottingham 812
2020-05-10 England E09000024 Merton 812
2020-05-25 England E06000052 Cornwall and Isles of Scilly 812
2020-07-06 England E06000058 Bournemouth, Christchurch and Poole 812
2020-07-07 England E09000030 Tower Hamlets 812

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