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

[Python] pa.Array.from_pandas segfaults when given a mixed-type array

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.5.0, 0.6.0
    • 0.7.0
    • Python
    • None

    Description

      Array.from_pandas crashes when given an array with mixed types - ints and strings, ints and floats, etc.

      Example:

      {{
      import numpy as np
      import pyarrow as pa

      x = np.array([0, 0.5], dtype=object)
      pa.Array.from_pandas
      }}

      Attachments

        Activity

          People

            cpcloud Phillip Cloud
            dimaryaz Dima Ryazanov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: