cases

11 rows where TotalCases = 214

View and edit SQL

Suggested facets: Date, AreaCode, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-30 England E08000035 Leeds 214
2020-03-30 England E09000020 Kensington and Chelsea 214
2020-03-31 Scotland S08000030 Tayside 214
2020-04-01 England E10000003 Cambridgeshire 214
2020-04-08 England E06000054 Wiltshire 214
2020-04-11 England E06000034 Thurrock 214
2020-04-12 England E06000006 Halton 214
2020-04-13 England E06000059 Dorset 214
2020-04-20 England E06000014 York 214
2020-04-23 Scotland S08000022 Highland 214
2020-04-24 Scotland S08000022 Highland 214

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