Skip to content

Conversation

@wesm
Copy link
Member

@wesm wesm commented May 19, 2017

For esoteric reasons, MultiIndex.from_arrays rejects non-writeable NumPy arrays. This problem isn't present in pandas 0.20.1

… failure

Change-Id: I9380cfc609953cb9cdeab27a0f69df5d8ffa7f31
@wesm
Copy link
Member Author

wesm commented May 19, 2017

cc @jreback @cpcloud I think this is the last issue before cutting the next 0.4.0 RC

@wesm
Copy link
Member Author

wesm commented May 19, 2017

+1

@wesm
Copy link
Member Author

wesm commented May 19, 2017

@asfgit asfgit closed this in 9d9ffa8 May 19, 2017
@wesm wesm deleted the ARROW-1054 branch May 19, 2017 15:18
asfgit pushed a commit that referenced this pull request May 31, 2017
For esoteric reasons, `MultiIndex.from_arrays` rejects non-writeable NumPy arrays. This problem isn't present in pandas 0.20.1

Author: Wes McKinney <[email protected]>

Closes #705 from wesm/ARROW-1054 and squashes the following commits:

f7dfbb2 [Wes McKinney] Factor out table to blocks into pandas_compat, fix pandas 0.19.2 test failure
jeffknupp pushed a commit to jeffknupp/arrow that referenced this pull request Jun 3, 2017
For esoteric reasons, `MultiIndex.from_arrays` rejects non-writeable NumPy arrays. This problem isn't present in pandas 0.20.1

Author: Wes McKinney <[email protected]>

Closes apache#705 from wesm/ARROW-1054 and squashes the following commits:

f7dfbb2 [Wes McKinney] Factor out table to blocks into pandas_compat, fix pandas 0.19.2 test failure
pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
…har vectors through C Data Interface (apache#705)

## What's Changed

This patch fixes the initialization of offset buffers when exporting
variable width arrays through Arrow C Data Interface. The original code
incorrectly mess up with the member `this.offsetBuffer` while we should
actually initialize the newly allocated offsetBuffer. I think the diff
itself will be quite self-explanatory.

Closes apache#704 and probably apache#88 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant