cases

5 rows where "Date" is on date 2020-03-12 and TotalCases = 14

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-12 England E08000030 Walsall 14
2020-03-12 England E09000011 Greenwich 14
2020-03-12 England E09000017 Hillingdon 14
2020-03-12 England E10000034 Worcestershire 14
2020-03-12 Wales W11000028 Aneurin Bevan 14

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