cases

6 rows where "Date" is on date 2020-03-16 and TotalCases = 6

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-16 England E06000004 Stockton-on-Tees 6
2020-03-16 England E06000033 Southend-on-Sea 6
2020-03-16 England E06000037 West Berkshire 6
2020-03-16 England E08000018 Rotherham 6
2020-03-16 England E08000034 Kirklees 6
2020-03-16 Scotland S08000015 Ayrshire and Arran 6

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