You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Michael Rose (Jira)" <ji...@apache.org> on 2022/01/27 15:46:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17483228#comment-17483228 ] 

Michael Rose commented on ARROW-14087:
--------------------------------------

Based on the number of views of the corresponding question on StackOverflow ([https://stackoverflow.com/questions/69578431/how-to-fix-streamlitapiexception-expected-bytes-got-a-int-object-conver),] I'd like to ask to reconsider the priority. Currently it's minor. But 5k views since September 2021 state otherwise.

> 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.20.1#820001)