rachtsingh commented on issue #34353:
URL: https://github.com/apache/arrow/issues/34353#issuecomment-1447320238

   Final comment: I figured out Pandas uses the right function if you call:
   
   ```python
   df.a.str.cat(df.b, sep='')
   ```
   
   which seems pretty similar in semantics to the above snippet. Thanks for all 
the help!


-- 
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]

Reply via email to