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

[Python] TypeError: data type "mixed-integer" not understood

    XMLWordPrintableJSON

Details

    Description

      Pyarrow 0.9 raises an exception when converting some tables to pandas dataframes. Earlier versions work fine. Repro steps:

      In [1]: import pandas as pd

      In [2]: import pyarrow as pa

      In [3]: df = pd.DataFrame({'foo': [], 123: []})

      In [4]: table = pa.Table.from_pandas(df)

      In [5]: table.to_pandas()
      ---------------------------------------------------------------------------
      KeyError                                  Traceback (most recent call last)
      ~/envs/cli3/lib/python3.6/site-packages/pyarrow/pandas_compat.py in _pandas_type_to_numpy_type(pandas_type)
          666     try:
      --> 667         return _pandas_logical_type_map[pandas_type]
          668     except KeyError:

      KeyError: 'mixed-integer'

      (I ended up with a dataframe with mixed string/integer columns by using pd.read_excel(..., skiprows=[0]) - which skipped the header, and treated the first line of data as column names.)

      Attachments

        Issue Links

          Activity

            People

              kszucs Krisztian Szucs
              dimaryaz Dima Ryazanov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 50m
                  50m