cases

7 rows where TotalCases = 3151

View and edit SQL

Suggested facets: Country, AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-06-27 Scotland S08000024 Lothian 3151
2020-06-28 Scotland S08000024 Lothian 3151
2020-06-29 Scotland S08000024 Lothian 3151
2020-06-30 Scotland S08000024 Lothian 3151
2020-07-01 Scotland S08000024 Lothian 3151
2020-07-02 Scotland S08000024 Lothian 3151
2020-07-03 England E10000021 Northamptonshire 3151

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