Series.str.endsWith
Checks whether a string ends with specified characters
Last updated
Checks whether a string ends with specified characters
Last updated
danfo.Series.str.endsWith(str, options) [source]
Parameters | Type | Description | Default |
---|---|---|---|
Returns: Series (Boolean element)
Example
str
string
the character(s) to check
""
options
Object
inplace: Whether to perform the operation in-place or not.
{
inplace: false
}