cases

7 rows where Country = "England" and TotalCases = 138

View and edit SQL

Suggested facets: Date, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-28 England E08000026 Coventry 138
2020-04-01 England E06000045 Southampton 138
2020-04-02 England E06000054 Wiltshire 138
2020-04-02 England E08000011 Knowsley 138
2020-04-07 England E06000037 West Berkshire 138
2020-04-14 England E06000020 Telford and Wrekin 138
2020-04-27 England E06000012 North East Lincolnshire 138

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