cases

11 rows where "Date" is on date 2020-03-02 and TotalCases = 1

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-02 England E06000050 Cheshire West and Chester 1
2020-03-02 England E06000052 Cornwall and Isles of Scilly 1
2020-03-02 England E08000004 Oldham 1
2020-03-02 England E08000012 Liverpool 1
2020-03-02 England E08000016 Barnsley 1
2020-03-02 England E08000018 Rotherham 1
2020-03-02 England E08000021 Newcastle upon Tyne 1
2020-03-02 England E09000017 Hillingdon 1
2020-03-02 England E09000026 Redbridge 1
2020-03-02 England E10000028 Staffordshire 1
2020-03-02 Wales W11000031 Swansea Bay 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 91.602ms · About: https://github.com/tomwhite/covid-19-uk-data