Skip to content

Commit 0e3f51e

Browse files
committed
Implemented apply()
1 parent c703bbe commit 0e3f51e

File tree

5 files changed

+365
-0
lines changed

5 files changed

+365
-0
lines changed

docs/HTML/DataFrame.html

+4
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,10 @@ <H2 ID="2"><font color="blue">API Reference with code samples <font size="+4">&#
528528
<td title="These are other functionalities of DataFrame" style="text-align:center;background-color:DarkGrey;color:DarkBlue">Miscellaneous</td>
529529
</tr>
530530

531+
<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
532+
<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>
533+
</tr>
534+
531535
<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
532536
<td title="Generates categorical column from one-hot indicators"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/load_indicators.html">from_indicators()<BR>load_indicators()</a></td>
533537
</tr>

0 commit comments

Comments
 (0)