cases

11 rows where Country = "England" and TotalCases = 122

View and edit SQL

Suggested facets: Date, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-18 England E09000022 Lambeth 122
2020-03-19 England E09000005 Brent 122
2020-03-22 England E09000023 Lewisham 122
2020-03-25 England E08000030 Walsall 122
2020-03-25 England E09000026 Redbridge 122
2020-03-31 England E06000056 Central Bedfordshire 122
2020-04-02 England E06000034 Thurrock 122
2020-04-03 England E06000059 Dorset 122
2020-04-04 England E06000041 Wokingham 122
2020-04-05 England E06000044 Portsmouth 122
2020-04-07 England E06000030 Swindon 122

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