cases

11 rows where Date = "2020-03-10" and TotalCases = 1

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-10 England E06000003 Redcar and Cleveland 1
2020-03-10 England E06000009 Blackpool 1
2020-03-10 England E06000026 Plymouth 1
2020-03-10 England E06000034 Thurrock 1
2020-03-10 England E06000049 Cheshire East 1
2020-03-10 England E06000059 Dorset 1
2020-03-10 England E08000006 Salford 1
2020-03-10 England E08000033 Calderdale 1
2020-03-10 England E10000020 Norfolk 1
2020-03-10 Wales   Unknown 1
2020-03-10 Wales W11000023 Betsi Cadwaladr 1

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