rachtsingh commented on issue #34353:
URL: https://github.com/apache/arrow/issues/34353#issuecomment-1447306161
Oh, I'm sorry, I totally missed what you said about an empty separator. That
works:
```python
In [47]: pc.binary_join_element_wise(pa.StringArray.from_pandas(df.a),
pa.StringArray.from_pandas(df.c), '')
Out[47]:
<pyarrow.lib.ChunkedArray object at 0x7efed1d06520>
[
[
"bd"
]
]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]