cases

6 rows where Country = "Wales" and TotalCases = 10

View and edit SQL

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

Link Date Country AreaCode Area TotalCases
2020-03-13 Wales W11000025 Hywel Dda 10
2020-03-14 Wales W11000025 Hywel Dda 10
2020-03-14 Wales W11000029 Cardiff and Vale 10
2020-03-15 Wales W11000025 Hywel Dda 10
2020-03-24 Wales   Unknown 10
2020-03-26 Wales   Outside Wales 10

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