Skip to content

Commit 4ebeb22

Browse files
committed
Implemented get_below_quantile_[data|view]()
1 parent 5202bc6 commit 4ebeb22

File tree

6 files changed

+353
-10
lines changed

6 files changed

+353
-10
lines changed

docs/HTML/DataFrame.html

+4
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,10 @@ <H2><font color="blue">API Reference with code samples</font></H2>
260260
<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>
261261
</tr>
262262

263+
<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
264+
<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>
265+
</tr>
266+
263267
<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
264268
<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>
265269
</tr>

0 commit comments

Comments
 (0)