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