You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/21 09:17:20 UTC

[GitHub] [arrow] jorisvandenbossche commented on issue #12674: [Python] pyarrow.lib.ArrowNotImplementedError: ('Unsupported numpy type 14', 'Conversion failed for column signal with type object')

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org