Skip to content

Commit

Permalink
Made assign() behave correctly in all situations
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Nov 1, 2024
1 parent be90bbb commit 47bca32
Show file tree
Hide file tree
Showing 5 changed files with 271 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs/HTML/DataFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,10 @@ <H2 ID="2"><font color="blue">API Reference with code samples <font size="+4">&#
<td title="Applies function to the given column(s)"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/apply.html">apply</a>( 3 )</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Assigns one DataFrame to another"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/assign.html">assign()</a></td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Visits multiple columns one at a time"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/multi_visit.html">multi_visit</a>()</td>
</tr>
Expand Down
Loading

0 comments on commit 47bca32

Please sign in to comment.