cases

109 rows where "Date" is on date 2020-07-12 sorted by TotalCases

View and edit SQL

Date (date)

  • 2020-07-12 · 9
Link Date Country AreaCode Area TotalCases ▼
2020-07-12 Wales W11000023 Betsi Cadwaladr 4355
2020-07-12 England E06000016 Leicester 4386
2020-07-12 England E08000032 Bradford 4424
2020-07-12 England E10000030 Surrey 4626
2020-07-12 Scotland S08000031 Greater Glasgow and Clyde 4884
2020-07-12 England E08000025 Birmingham 4890
2020-07-12 England E10000012 Essex 5481
2020-07-12 England E10000017 Lancashire 6776
2020-07-12 England E10000016 Kent 7809

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