jorisvandenbossche commented on pull request #8887:
URL: https://github.com/apache/arrow/pull/8887#issuecomment-744485688


   It does not yet roundtrip faithfully (it comes back as object array with 
dicts, as its storage type is a StructArray), because we currently only support 
pandas' extension types in the Table.to_pandas conversion, and not yet in the 
Array/ChunkedArray to_pandas conversions (eg partly covered by 
https://issues.apache.org/jira/browse/ARROW-9664).
   
   We are testing specific pandas dtypes in `test_pandas.py`, but so only for 
table.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to