gwerbin-tive commented on issue #39194:
URL: https://github.com/apache/arrow/issues/39194#issuecomment-3292801355

   I still have this problem with Pyarrow 21.0.0 and Pandas 2.3.2:
   
   ```python
   tb = pyarrow.table({'a': [1.0, 2.0, 3.0]})
   df = tb.to_pandas(zero_copy_only=True)
   
   # ArrowInvalid: Cannot do zero copy conversion into multi-column DataFrame 
block
   ```


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