Skip to content

Commit

Permalink
Implemented remove_bottom_n_data()
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Sep 12, 2024
1 parent 7c12976 commit 7cd22d5
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/HTML/DataFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ <H2 ID="2"><font color="blue">API Reference with code samples <font size="+4">&#
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="These are used to modify data in the DataFrame" style="text-align:center;background-color:LightGrey;color:DarkBlue">Modifying Data &nbsp;&nbsp; <font size="+3">&#128668;</font></td>
<td title="These are used to modify data in the DataFrame" style="text-align:center;background-color:LightGrey;color:DarkBlue">Altering Data &nbsp;&nbsp; <font size="+3">&#9986;</font></td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
Expand Down Expand Up @@ -470,6 +470,10 @@ <H2 ID="2"><font color="blue">API Reference with code samples <font size="+4">&#
<td title="Modifies DataFrame by index"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/modify_by_idx.html">modify_by_idx</a>()</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Removes bottom n rows"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/remove_top_n_data.html">remove_bottom_n_data</a>()</td>
</tr>

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

0 comments on commit 7cd22d5

Please sign in to comment.