Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
String compute functions do not make use of locale settings for case changing transformations, string comparisons, and number to string casting. Arrow does provides UTF-8 string kernels to handle localization standardization. It would be good to add locale support for string kernels that are affected by it.
The following are string functions that take a `locale` option as its second argument:
- str_to_lower
- str_to_upper
- str_to_title
Attachments
Issue Links
- is a child of
-
ARROW-555 [C++] String algorithm library for StringArray/BinaryArray
- Open
- relates to
-
ARROW-13853 [R] String to_title, to_lower, to_upper kernels
- Resolved