cases

14 rows where TotalCases = 299

View and edit SQL

Suggested facets: Country, AreaCode, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-27 Scotland S08000031 Greater Glasgow and Clyde 299
2020-03-31 Wales W11000030 Cwm Taf 299
2020-04-02 England E08000035 Leeds 299
2020-04-04 England E09000016 Havering 299
2020-04-09 England E08000005 Rochdale 299
2020-04-10 England E08000022 North Tyneside 299
2020-05-04 Scotland S08000022 Highland 299
2020-07-11 Scotland S08000017 Dumfries and Galloway 299
2020-07-12 Scotland S08000017 Dumfries and Galloway 299
2020-07-13 Scotland S08000017 Dumfries and Galloway 299
2020-07-14 Scotland S08000017 Dumfries and Galloway 299
2020-07-15 Scotland S08000017 Dumfries and Galloway 299
2020-07-16 Scotland S08000017 Dumfries and Galloway 299
2020-07-17 Scotland S08000017 Dumfries and Galloway 299

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