cases

14 rows where TotalCases = 199

View and edit SQL

Suggested facets: Date, Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-25 England E10000017 Lancashire 199
2020-03-27 England E10000025 Oxfordshire 199
2020-04-01 Scotland S08000015 Ayrshire and Arran 199
2020-04-04 England E08000010 Wigan 199
2020-04-05 England E08000022 North Tyneside 199
2020-04-09 England E06000034 Thurrock 199
2020-04-10 England E06000004 Stockton-on-Tees 199
2020-04-10 England E06000006 Halton 199
2020-04-12 Scotland S08000016 Borders 199
2020-04-14 Scotland S08000017 Dumfries and Galloway 199
2020-04-16 England E06000026 Plymouth 199
2020-04-19 England E06000014 York 199
2020-05-23 Northern Ireland N09000004 Causeway Coast and Glens 199
2020-06-16 England E06000012 North East Lincolnshire 199

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