cases

8 rows where TotalCases = 356

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-04-01 England E09000033 Westminster 356
2020-04-02 Scotland S08000024 Lothian 356
2020-04-11 Scotland S08000029 Fife 356
2020-04-13 England E08000036 Wakefield 356
2020-04-14 England E09000021 Kingston upon Thames 356
2020-04-22 England E06000010 Kingston upon Hull, City of 356
2020-04-30 England E06000019 Herefordshire, County of 356
2020-05-05 England E06000001 Hartlepool 356

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