Skip to content

Commit 36890e9

Browse files
fixed error in key name in ds.getBookDataByFeature
1 parent 114714e commit 36890e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Pairs Trading.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
" startDateStr=startDateStr,\n",
246246
" endDateStr=endDateStr,\n",
247247
" event='history')\n",
248-
"data = ds.getBookDataByFeature()['Adj Close']"
248+
"data = ds.getBookDataByFeature()['adjClose']"
249249
]
250250
},
251251
{

0 commit comments

Comments
 (0)