Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
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: