pyarrow.compute.utf8_reverse#
- pyarrow.compute.utf8_reverse(strings,/,*,memory_pool=None)#
Reverse input.
For each string instrings, return a reversed version.
This function operates on Unicode codepoints, not graphemeclusters. Hence, it will not correctly reverse grapheme clusterscomposed of multiple codepoints.
- Parameters:
- stringsArray-like or scalar-like
Argument to compute function.
- memory_pool
pyarrow.MemoryPool, optional If not passed, will allocate memory from the default memory pool.
On this page

