jorisvandenbossche commented on issue #39991:
URL: https://github.com/apache/arrow/issues/39991#issuecomment-1933964112

   Ah, I expect it to be a 1D array of ndarrays (to preserve the shape of each 
individual element). But right now it gives you 1D subarrays I assume because 
it just uses the storage array's `to_numpy`.
   
   ListArray and FixedSizeListArray do exactly the same, returning a 1D array 
of arrays.
   
   >  But a Series of Numpy arrays is quite specific and unusual, isn't it?
   
   It's not _that_ unusual because that's the only way to store that kind of 
data in pandas (but that's of course more due pandas' limited data type system)


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