Skip to content
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

remove warning on feather for pandas >= 0.20.1 #16656

Closed
asfimport opened this issue May 24, 2017 · 1 comment
Closed

remove warning on feather for pandas >= 0.20.1 #16656

asfimport opened this issue May 24, 2017 · 1 comment

Comments

@asfimport
Copy link

In [9]: import pyarrow

In [10]: pyarrow.version
Out[10]: '0.4.0'

In [11]: df = pd.DataFrame({'A':['foo']})

In [12]: df.to_feather('foo.fth')
/Users/jreback/miniconda3/envs/pandas/lib/python3.6/site-packages/pyarrow/feather.py:78: FutureWarning: pandas.lib is deprecated and will be removed in a future version.
You can access infer_dtype as pandas.api.types.infer_dtype
inferred_type = pd.lib.infer_dtype(col)

Resolved here:

#715

Reporter: Jeff Reback / @jreback
Assignee: Jeff Reback / @jreback

Note: This issue was originally created as ARROW-1066. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Issue resolved by pull request 715
#715

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant