Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisfogden committed Mar 24, 2024
1 parent d09f096 commit 860af7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/notebook/table_documentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2256,7 +2256,8 @@
}
],
"source": [
"df7_test['val_from_tab7'] = tab7[df7_test['Age|int'].values,\n",
"df7_test['val_from_tab7'] = tab7[\n",
" df7_test['Age|int'].values,\n",
" df7_test['Duration|int'].values,\n",
" df7_test['Underwriting|str'].values,\n",
" df7_test['Sex|str'].values]\n",
Expand Down

0 comments on commit 860af7b

Please sign in to comment.