You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Henrikh Kantuni (Jira)" <ji...@apache.org> on 2021/09/23 01:18:00 UTC

[jira] [Updated] (ARROW-14087) Cannot convert DataFrame with `numpy.dtype` cells to `pyarrow.Table`

     [ https://issues.apache.org/jira/browse/ARROW-14087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henrikh Kantuni updated ARROW-14087:
------------------------------------
    Summary: Cannot convert DataFrame with `numpy.dtype` cells to `pyarrow.Table`  (was: Cannot convert DataFrame with `numpy.dtype` cells)

> Cannot convert DataFrame with `numpy.dtype` cells to `pyarrow.Table`
> --------------------------------------------------------------------
>
>                 Key: ARROW-14087
>                 URL: https://issues.apache.org/jira/browse/ARROW-14087
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 5.0.0
>         Environment: macOS
> Python 3.8
>            Reporter: Henrikh Kantuni
>            Priority: Minor
>              Labels: numpy
>
> {color:#172b4d}Example:{color}
> {code:java}
> df = pd.DataFrame([np.dtype("<i2")]
> {code}
> raises an {color:#de350b}ArrowInvalid{color} exception with {color:#de350b}Could not convert dtype...{color}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)