Skip to content

Commit

Permalink
Implemented ends_with()
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Jul 28, 2024
1 parent 6af066b commit 8e75eb9
Show file tree
Hide file tree
Showing 4 changed files with 217 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 @@ -252,6 +252,10 @@ <H2 ID="2"><font color="blue">API Reference with code samples <font size="+3">&#
<td title="Returns true/false if empty"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/empty.html">empty</a>()</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Returns a vector of booleans indicating if values end with the given pattern"><a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/starts_with.html">ends_with( )</a></td>
</tr>

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

0 comments on commit 8e75eb9

Please sign in to comment.