cases

8 rows where Country = "Scotland" and TotalCases = 373

View and edit SQL

TotalCases

Country

  • Scotland · 8
Link Date Country AreaCode Area TotalCases
2020-06-15 Scotland S08000022 Highland 373
2020-06-16 Scotland S08000022 Highland 373
2020-06-17 Scotland S08000022 Highland 373
2020-06-18 Scotland S08000022 Highland 373
2020-06-19 Scotland S08000022 Highland 373
2020-06-20 Scotland S08000022 Highland 373
2020-06-21 Scotland S08000022 Highland 373
2020-06-22 Scotland S08000022 Highland 373

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