[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.compute.binary_join.html [Back]  [Original]

pyarrow.compute.binary_join — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.compute.binary_join#

pyarrow.compute.binary_join(strings, separator, /, *, memory_pool=None)#

Join a list of strings together with a separator.

Concatenate the strings in list. The separator is inserted between each given string. Any null input and any null list element emits a null output.

Parameters:
stringsArray-like or scalar-like

Argument to compute function.

separatorArray-like or scalar-like

Argument to compute function.

memory_poolpyarrow.MemoryPool, optional

If not passed, will allocate memory from the default memory pool.


Web Proxy Viewer  |  New URL  |  Original Page