cases

10 rows where TotalCases = 207

View and edit SQL

Suggested facets: Date, Country, AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-25 Wales W11000029 Cardiff and Vale 207
2020-03-31 England E08000026 Coventry 207
2020-04-01 England E08000024 Sunderland 207
2020-04-04 England E09000021 Kingston upon Thames 207
2020-04-14 England E06000008 Blackburn with Darwen 207
2020-04-15 England E06000037 West Berkshire 207
2020-04-15 Scotland S08000017 Dumfries and Galloway 207
2020-04-16 Scotland S08000017 Dumfries and Galloway 207
2020-05-18 Northern Ireland N09000009 Mid Ulster 207
2020-07-05 England E06000012 North East Lincolnshire 207

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