cases

9 rows where TotalCases = 235

View and edit SQL

Suggested facets: AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-24 England E09000008 Croydon 235
2020-03-30 England E09000018 Hounslow 235
2020-04-02 England E10000023 North Yorkshire 235
2020-04-13 England E06000021 Stoke-on-Trent 235
2020-04-20 England E06000013 North Lincolnshire 235
2020-04-22 Scotland S08000017 Dumfries and Galloway 235
2020-04-23 Scotland S08000017 Dumfries and Galloway 235
2020-04-24 Scotland S08000017 Dumfries and Galloway 235
2020-05-03 England E06000027 Torbay 235

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