Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] Add ListView conversion to numpy/pandas #40205

Closed
Tracked by #39856 ...
danepitkin opened this issue Feb 22, 2024 · 1 comment
Closed
Tracked by #39856 ...

[Python] Add ListView conversion to numpy/pandas #40205

danepitkin opened this issue Feb 22, 2024 · 1 comment

Comments

@danepitkin
Copy link
Member

Describe the enhancement requested

Add conversion to numpy and pandas from ListView and LargeListView types in PyArrow.

Component(s)

Python

@danepitkin danepitkin added this to the 16.0.0 milestone Feb 22, 2024
jorisvandenbossche pushed a commit that referenced this issue Mar 26, 2024
### Rationale for this change

ListView should support converting to pandas/numpy in pyarrow.

### What changes are included in this PR?

* `.to_pandas()` successfully creates a pandas series
* `.to_numpy()` successfully creates a numpy array

### Are these changes tested?

* Yes, unit tests

### Are there any user-facing changes?

No, just adding support for existing APIs `to_pandas()` `to_numpy()`.
* GitHub Issue: #40205

Authored-by: Dane Pitkin <dane@voltrondata.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
@jorisvandenbossche
Copy link
Member

Issue resolved by pull request 40482
#40482

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants