Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-1066

remove warning on feather for pandas >= 0.20.1

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.4.1
    • Python
    • 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:

      https://github.com/apache/arrow/pull/715

      Attachments

        Activity

          People

            jreback Jeff Reback
            jreback Jeff Reback
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: