cases

10 rows where TotalCases = 188

View and edit SQL

Suggested facets: Date, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-27 England E09000018 Hounslow 188
2020-03-28 England E10000021 Northamptonshire 188
2020-03-28 England E10000032 West Sussex 188
2020-03-29 Scotland S08000024 Lothian 188
2020-04-02 Wales W11000023 Betsi Cadwaladr 188
2020-04-04 England E08000036 Wakefield 188
2020-04-05 England E06000045 Southampton 188
2020-04-08 England E06000058 Bournemouth, Christchurch and Poole 188
2020-04-20 England E06000022 Bath and North East Somerset 188
2020-06-10 England E06000012 North East Lincolnshire 188

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