-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Python: Compat broken for pandas==0.18.1 #16544
Copy link
Copy link
Closed
Milestone
Description
The following failed for me with pandas==0.18.1:
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 dtypesReporter: Uwe Korn / @xhochy
Assignee: Jeff Reback / @jreback
Note: This issue was originally created as ARROW-944. Please see the migration documentation for further details.
Reactions are currently unavailable