[ https://issues.apache.org/jira/browse/ARROW-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16329774#comment-16329774 ]
ASF GitHub Bot commented on ARROW-1997: --------------------------------------- Licht-T commented on issue #1480: ARROW-1997: [C++/Python] Ignore zero-copy-option in to_pandas when `strings_to_categorical` is True URL: https://github.com/apache/arrow/pull/1480#issuecomment-358499580 Thanks @xhochy, added the PR comment! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > [Python] to_pandas with strings_to_categorical fails > ---------------------------------------------------- > > Key: ARROW-1997 > URL: https://issues.apache.org/jira/browse/ARROW-1997 > Project: Apache Arrow > Issue Type: Bug > Reporter: Licht Takeuchi > Assignee: Licht Takeuchi > Priority: Major > Labels: pull-request-available > > Repro code. > Seems that unexpected deallocation occured. > {code:java} > import pandas as pd > import pyarrow as pa > df = pd.DataFrame({ > 'Foo': ['A', 'A', 'B', 'B'] > }) > table = pa.Table.from_pandas(df) > df = table.to_pandas(strings_to_categorical=True) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)