cases

6 rows where Country = "England" and TotalCases = 54

View and edit SQL

Suggested facets: Date (date)

TotalCases

Country

  • England · 6
Link Date Country AreaCode Area TotalCases
2020-03-18 England E10000024 Nottinghamshire 54
2020-03-19 England E09000030 Tower Hamlets 54
2020-03-24 England E06000023 Bristol, City of 54
2020-03-29 England E06000021 Stoke-on-Trent 54
2020-04-01 England E06000008 Blackburn with Darwen 54
2020-04-02 England E06000027 Torbay 54

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