cases

7 rows where TotalCases = 429

View and edit SQL

Suggested facets: Date, Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-04-02 Wales W11000030 Cwm Taf 429
2020-04-06 England E08000021 Newcastle upon Tyne 429
2020-04-08 England E08000014 Sefton 429
2020-04-08 Northern Ireland N09000003 Belfast 429
2020-04-29 England E06000030 Swindon 429
2020-04-30 England E06000026 Plymouth 429
2020-05-07 England E06000044 Portsmouth 429

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