Series.str.capitalize
Capitalize the first character of each string
Last updated
Capitalize the first character of each string
Last updated
danfo.Series.str.capitalize(options) [source]
Parameters | Type | Description | Default |
---|---|---|---|
Returns: Series (String element)
Example
Convert the first character of a string to capital letter
options
Object
inplace: Whether to perform the operation in-place or not.
{
inplace: false
}