pitrou commented on PR #45471: URL: https://github.com/apache/arrow/pull/45471#issuecomment-2648151957
Also: > they can't be read in again with native pyarrow methods without doing extremely ugly and computationally costly workarounds Please note that `from_pylist` and `to_pylist` are quite costly in themselves. Usually you want to avoid these kinds of roundtrips to/from Python objects if you are concerned with performance. -- 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