Skip to content

Commit

Permalink
Implemented get_bottom_n_[data|view]()
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Jul 18, 2024
1 parent 665838d commit 8ee8698
Show file tree
Hide file tree
Showing 6 changed files with 337 additions and 8 deletions.
4 changes: 4 additions & 0 deletions docs/HTML/DataFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ <H2><font color="blue">API Reference with code samples</font></H2>
<td title="Generates sequenced index values"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/gen_sequence_index.html">static<BR>gen_sequence_index</a>()</td>
</tr>

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

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Gets unique column values"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/get_col_unique_values.html">get_col_unique_values</a>()</td>
</tr>
Expand Down
Loading

0 comments on commit 8ee8698

Please sign in to comment.