[
https://issues.apache.org/jira/browse/ARROW-12714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17342430#comment-17342430
]
Joris Van den Bossche commented on ARROW-12714:
-----------------------------------------------
In Python, in addition to
[{{title()}}|https://docs.python.org/3/library/stdtypes.html#str.title] there
is also
[{{capitalize()}}|https://docs.python.org/3/library/stdtypes.html#str.capitalize],
which only capitalizes the first character of the string (and not every word
in the string).
> [C++] String title case kernel
> ------------------------------
>
> Key: ARROW-12714
> URL: https://issues.apache.org/jira/browse/ARROW-12714
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++
> Reporter: Ian Cook
> Priority: Major
>
> Like SQL {{initcap}} or Python {{'string'.title()}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)