cases

8 rows where Country = "England" and TotalCases = 157

View and edit SQL

Suggested facets: Date

Link Date Country AreaCode Area TotalCases
2020-03-22 England E09000033 Westminster 157
2020-03-24 England E09000010 Enfield 157
2020-03-27 England E09000019 Islington 157
2020-03-28 England E10000020 Norfolk 157
2020-04-01 England E06000050 Cheshire West and Chester 157
2020-04-01 England E08000015 Wirral 157
2020-04-03 England E08000022 North Tyneside 157
2020-04-19 England E06000027 Torbay 157

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