Dima Ryazanov created ARROW-1437: ------------------------------------ Summary: pa.Array.from_pandas segfaults when given a mixed-type array Key: ARROW-1437 URL: https://issues.apache.org/jira/browse/ARROW-1437 Project: Apache Arrow Issue Type: Bug Components: Python Affects Versions: 0.6.0, 0.5.0 Reporter: Dima Ryazanov
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(x) }} -- This message was sent by Atlassian JIRA (v6.4.14#64029)