Series.str.lastIndexOf
Obtain the position of the last found occurrence of a specified value in a string
Last updated
Obtain the position of the last found occurrence of a specified value in a string
Last updated
danfo.Series.str.lastIndexOf(str, options) [source]
Parameters | Type | Description | Default |
---|---|---|---|
Returns: Series
Example
str
string
the string to search for
""
options
Object
inplace: Whether to perform the operation in-place or not.
{
inplace: false
}