-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLN: pyarrow 0.6.0 compat, we need to handle back-compat on this #17438
Labels
Milestone
Comments
jreback
added
the
Compat
pandas objects compatability with Numpy or Python functions
label
Sep 5, 2017
cc @wesm |
per discussion in apache/arrow#1046, I think the correct fix is to remove usage of |
jreback
added a commit
to jreback/pandas
that referenced
this issue
Sep 6, 2017
…s with pyarrow < 0.6.0 closes pandas-dev#17438
3 tasks
wesm
pushed a commit
to wesm/arrow
that referenced
this issue
Sep 7, 2017
xref pandas-dev/pandas#17438 this was not fully resolved in apache#944 Author: Jeff Reback <[email protected]> Closes apache#1046 from jreback/warn and squashes the following commits: 382592f [Jeff Reback] deprecate timestamps_to_ms in .from_pandas()
jbrockmendel
pushed a commit
to jbrockmendel/pandas
that referenced
this issue
Sep 10, 2017
…s with pyarrow < 0.6.0 (pandas-dev#17447) closes pandas-dev#17438
jowens
pushed a commit
to jowens/pandas
that referenced
this issue
Sep 20, 2017
…s with pyarrow < 0.6.0 (pandas-dev#17447) closes pandas-dev#17438
alanbato
pushed a commit
to alanbato/pandas
that referenced
this issue
Nov 10, 2017
…s with pyarrow < 0.6.0 (pandas-dev#17447) closes pandas-dev#17438
No-Stream
pushed a commit
to No-Stream/pandas
that referenced
this issue
Nov 28, 2017
…s with pyarrow < 0.6.0 (pandas-dev#17447) closes pandas-dev#17438
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
/home/travis/miniconda3/envs/pandas/lib/python3.6/site-packages/pyarrow/pandas_compat.py:248: FutureWarning: timestamps_to_ms=True is deprecated
warnings.warn('timestamps_to_ms=True is deprecated', FutureWarning)
The text was updated successfully, but these errors were encountered: