You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/05/06 19:42:04 UTC

[jira] [Updated] (ARROW-944) Python: Compat broken for pandas==0.18.1

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

Wes McKinney updated ARROW-944:
-------------------------------
    Fix Version/s: 0.4.0

> Python: Compat broken for pandas==0.18.1
> ----------------------------------------
>
>                 Key: ARROW-944
>                 URL: https://issues.apache.org/jira/browse/ARROW-944
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Uwe L. Korn
>            Assignee: Jeff Reback
>             Fix For: 0.4.0
>
>
> The following failed for me with {{pandas==0.18.1}}:
> {code}
> In [1]: from pandas.core.dtypes import DatetimeTZDtype
> ---------------------------------------------------------------------------
> ImportError                               Traceback (most recent call last)
> <ipython-input-1-cf9e0515688d> in <module>()
> ----> 1 from pandas.core.dtypes import DatetimeTZDtype
> ImportError: No module named dtypes
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)