Skip to content

Commit

Permalink
Merge pull request #306 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Update load_result_as_column.html
  • Loading branch information
hosseinmoein committed Jun 19, 2024
2 parents 2654c9a + ec858c3 commit 078aaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/HTML/load_result_as_column.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<LI>The visitor must define <I>result_type</I> type</LI>
<LI>Caller must to run the visitor before this call, so the result is already populated</LI>
</OL>
<B>NOTE:</B> This call moves the result vector to the DataFrame. After the call the the visitor's result vector will be empty
<B>NOTE:</B> This call moves the result vector to the DataFrame. After the call the visitor's result vector will be empty
</td>
<td width="35%">
<B>V</B>: Visitor type<BR>
Expand Down

0 comments on commit 078aaa7

Please sign in to comment.