cases

13 rows where TotalCases = 243

View and edit SQL

Suggested facets: Date, Country, AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-21 England E08000025 Birmingham 243
2020-04-07 Scotland S08000019 Forth Valley 243
2020-04-17 England E06000059 Dorset 243
2020-04-22 Scotland S08000016 Borders 243
2020-04-23 England E06000040 Windsor and Maidenhead 243
2020-04-24 England E06000020 Telford and Wrekin 243
2020-04-27 Scotland S08000017 Dumfries and Galloway 243
2020-04-28 England E06000036 Bracknell Forest 243
2020-04-28 Scotland S08000017 Dumfries and Galloway 243
2020-05-06 England E06000027 Torbay 243
2020-06-01 Northern Ireland N09000004 Causeway Coast and Glens 243
2020-06-02 Northern Ireland N09000004 Causeway Coast and Glens 243
2020-06-03 Northern Ireland N09000004 Causeway Coast and Glens 243

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