Skip to content

Commit

Permalink
Implemented get_below_quantile_[data|view]()
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Jul 20, 2024
1 parent 5202bc6 commit 4ebeb22
Show file tree
Hide file tree
Showing 6 changed files with 353 additions and 10 deletions.
4 changes: 4 additions & 0 deletions docs/HTML/DataFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ <H2><font color="blue">API Reference with code samples</font></H2>
<td title="Gets data or view of above quantile rows"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/get_above_quantile_data.html">get_above_quantile_data()<BR>get_above_quantile_view()</a></td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Gets data or view of below quantile rows"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/get_above_quantile_data.html">get_below_quantile_data()<BR>get_below_quantile_view()</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>
Expand Down
Loading

0 comments on commit 4ebeb22

Please sign in to comment.