This causes a segfault:
import pandas as pd
import pyarrow as pa
print("Pandas: %s" % pd.__version__)
print("Pyarrow: %s" % pa.__version__)
df = pd.DataFrame({"B": (1, True)})
pa.Table.from_pandas(df)
Reporter: Nick White / @njwhite
Assignee: Phillip Cloud / @cpcloud
Note: This issue was originally created as ARROW-1411. Please see the migration documentation for further details.
This causes a segfault:
Reporter: Nick White / @njwhite
Assignee: Phillip Cloud / @cpcloud
Note: This issue was originally created as ARROW-1411. Please see the migration documentation for further details.