Series.str.toLowerCase
Converts all characters to lower case.
danfo.Series.str.toLowerCase(options) [source]
Parameters | Type | Description | Default |
---|---|---|---|
options | Object | inplace: Whether to perform the operation in-place or not. | { inplace: false } |
Example
Convert all characters in each string element to small letter
Last updated