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