pitrou commented on issue #46683:
URL: https://github.com/apache/arrow/issues/46683#issuecomment-2939074815

   Hmm, is `utf8_lpad` not good enough for this?
   ```python
   >>> pc.utf8_lpad(['ABC'], 10, '0')
   <pyarrow.lib.StringArray object at 0x7f2ea343ec20>
   [
     "0000000ABC"
   ]
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to