[jira] [Created] (ARROW-1354) Pyarrow Segfault with Mixed-Type Categories

2017-08-15 Thread Nick White (JIRA)
Nick White created ARROW-1354: - Summary: Pyarrow Segfault with Mixed-Type Categories Key: ARROW-1354 URL: https://issues.apache.org/jira/browse/ARROW-1354 Project: Apache Arrow Issue Type: Bug

[jira] [Updated] (ARROW-1354) Pyarrow Segfault with Mixed-Type Categories

2017-08-15 Thread Nick White (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick White updated ARROW-1354: -- Description: I'm not sure what the expected behaviour should be, but it's not segfaulting! {code} impor

[jira] [Created] (ARROW-1411) [PythonBooleans in Float Columns cause

2017-08-25 Thread Nick White (JIRA)
Nick White created ARROW-1411: - Summary: [PythonBooleans in Float Columns cause Key: ARROW-1411 URL: https://issues.apache.org/jira/browse/ARROW-1411 Project: Apache Arrow Issue Type: Bug

[jira] [Updated] (ARROW-1411) [Python] Booleans in Float Columns cause Segfault

2017-08-25 Thread Nick White (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick White updated ARROW-1411: -- Description: This causes a segfault: {code} import pandas as pd import pyarrow as pa print("Pandas: %s"

[jira] [Updated] (ARROW-1411) [Python] Booleans in Float Columns cause Segfault

2017-08-25 Thread Nick White (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick White updated ARROW-1411: -- Affects Version/s: 0.6.0 > [Python] Booleans in Float Columns cause Segfault > -

[jira] [Updated] (ARROW-1411) [Python] Booleans in Float Columns cause Segfault

2017-08-25 Thread Nick White (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick White updated ARROW-1411: -- Summary: [Python] Booleans in Float Columns cause Segfault (was: [PythonBooleans in Float Columns cause

[jira] [Updated] (ARROW-1411) [Python] Booleans in Float Columns cause Segfault

2017-08-25 Thread Nick White (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick White updated ARROW-1411: -- Component/s: Python > [Python] Booleans in Float Columns cause Segfault > --

[jira] [Updated] (ARROW-1411) [Python] Booleans in Float Columns cause Segfault

2017-08-25 Thread Nick White (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick White updated ARROW-1411: -- Description: {code} import pandas as pd import pyarrow as pa print("Pandas: %s" % pd.__version__) print(

[jira] [Created] (ARROW-1633) [Python] numpy "unicode" arrays not understood

2017-10-02 Thread Nick White (JIRA)
Nick White created ARROW-1633: - Summary: [Python] numpy "unicode" arrays not understood Key: ARROW-1633 URL: https://issues.apache.org/jira/browse/ARROW-1633 Project: Apache Arrow Issue Type: Bug

[jira] [Commented] (ARROW-1633) [Python] numpy "unicode" arrays not understood

2017-10-04 Thread Nick White (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16190958#comment-16190958 ] Nick White commented on ARROW-1633: --- Sure - I came across this using array literals: {c

[jira] [Commented] (ARROW-1658) [Python] Out of bounds dictionary indices causes segfault after converting to pandas

2017-10-10 Thread Nick White (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16199321#comment-16199321 ] Nick White commented on ARROW-1658: --- I'd definitely encourage failing loudly as early as

[jira] [Created] (ARROW-1689) [Python] Categorical Indices Should Be Zero-Copy

2017-10-19 Thread Nick White (JIRA)
Nick White created ARROW-1689: - Summary: [Python] Categorical Indices Should Be Zero-Copy Key: ARROW-1689 URL: https://issues.apache.org/jira/browse/ARROW-1689 Project: Apache Arrow Issue Type: I

[jira] [Commented] (ARROW-1689) [Python] Categorical Indices Should Be Zero-Copy

2017-10-21 Thread Nick White (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16214102#comment-16214102 ] Nick White commented on ARROW-1689: --- Working on this myself at https://github.com/apache

[jira] [Created] (ARROW-10573) Zero-Copy Pandas Dataframe Reads

2020-11-12 Thread Nick White (Jira)
Nick White created ARROW-10573: -- Summary: Zero-Copy Pandas Dataframe Reads Key: ARROW-10573 URL: https://issues.apache.org/jira/browse/ARROW-10573 Project: Apache Arrow Issue Type: Improvement