cases

20 rows where TotalCases = 123

View and edit SQL

Suggested facets: Date, Area, Date (date)

Country

TotalCases

  • 123 · 20
Link Date Country AreaCode Area TotalCases
2020-03-20 England E09000008 Croydon 123
2020-03-24 England E09000019 Islington 123
2020-03-24 England E09000025 Newham 123
2020-03-27 England E09000027 Richmond upon Thames 123
2020-03-28 England E09000002 Barking and Dagenham 123
2020-03-30 England E08000015 Wirral 123
2020-03-30 Wales W11000025 Hywel Dda 123
2020-04-02 England E06000002 Middlesbrough 123
2020-04-04 England E06000058 Bournemouth, Christchurch and Poole 123
2020-04-05 England E06000006 Halton 123
2020-04-09 England E06000005 Darlington 123
2020-04-10 England E06000010 Kingston upon Hull, City of 123
2020-04-11 England E06000036 Bracknell Forest 123
2020-04-14 England E06000024 North Somerset 123
2020-04-16 Wales W11000024 Powys 123
2020-06-08 Wales   Outside Wales 123
2020-06-09 Wales   Outside Wales 123
2020-06-10 Wales   Outside Wales 123
2020-06-11 Wales   Outside Wales 123
2020-06-12 Wales   Outside Wales 123

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