cases

17 rows where TotalCases = 231

View and edit SQL

Suggested facets: Country, AreaCode

Link Date Country AreaCode Area TotalCases
2020-03-21 Wales W11000028 Aneurin Bevan 231
2020-04-01 England E10000019 Lincolnshire 231
2020-04-05 England E06000057 Northumberland 231
2020-04-06 England E08000022 North Tyneside 231
2020-04-06 Scotland S08000019 Forth Valley 231
2020-04-09 England E06000054 Wiltshire 231
2020-04-10 England E06000055 Bedford 231
2020-04-11 England E08000023 South Tyneside 231
2020-04-12 England E06000038 Reading 231
2020-04-14 England E06000025 South Gloucestershire 231
2020-04-16 England E06000010 Kingston upon Hull, City of 231
2020-04-18 Scotland S08000016 Borders 231
2020-04-20 Scotland S08000017 Dumfries and Galloway 231
2020-04-21 Scotland S08000017 Dumfries and Galloway 231
2020-05-02 England E06000027 Torbay 231
2020-05-04 Northern Ireland N09000010 Newry, Mourne and Down 231
2020-05-10 Wales W11000024 Powys 231

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