Skip to content

Commit

Permalink
Added get_top_n_data() to DataFrame.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Jul 17, 2024
1 parent cfe5d14 commit 665838d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/HTML/DataFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ <H2><font color="blue">API Reference with code samples</font></H2>
<td title="Gets statistics about a string column"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/get_str_col_stats.html">get_str_col_stats</a>()</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Gets data or view of n top rows"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/get_top_n_data.html">get_top_n_data()<BR>get_top_n_view()</a></td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Performs group-by by one column"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/groupby.html">groupby1()<BR>groupby1_async()<BR>groupby2()<BR>groupby2_async()<BR>groupby3()<BR>groupby3_async()</a></td>
</tr>
Expand Down

0 comments on commit 665838d

Please sign in to comment.