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


   Can you provide a reproducible example?
   
   Looking at the example output of the data, you are working with complex data 
type? That is already not supported by Arrow (although the error traceback you 
show is about a different data type):
   
   ```
   In [22]: pa.array(np.array([1+1j, 2, 3]))
   ...
   ArrowNotImplementedError: Unsupported numpy type 15
   ```
   
   


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