cases

11 rows where TotalCases = 269

View and edit SQL

Suggested facets: Date, Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-22 England E08000025 Birmingham 269
2020-03-22 Wales W11000028 Aneurin Bevan 269
2020-03-31 Scotland S08000024 Lothian 269
2020-04-01 England E08000035 Leeds 269
2020-04-20 England E06000008 Blackburn with Darwen 269
2020-04-27 England E06000001 Hartlepool 269
2020-04-27 England E06000020 Telford and Wrekin 269
2020-04-27 Scotland S08000016 Borders 269
2020-05-03 England E06000022 Bath and North East Somerset 269
2020-05-05 England E06000036 Bracknell Forest 269
2020-05-21 Northern Ireland N09000010 Newry, Mourne and Down 269

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