GH-40205: [Python] ListView arrow-to-pandas conversion (#40482) ### 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>
Apache Arrow is a development platform for in-memory analytics. It contains a set of technologies that enable big data systems to process and move data fast.
Major components of the project include:
Arrow is an Apache Software Foundation project. Learn more at arrow.apache.org.
The reference Arrow libraries contain many distinct software components:
The official Arrow libraries in this repository are in different stages of implementing the Arrow format and related features. See our current feature matrix on git main.
Please read our latest project contribution guide.
Even if you do not plan to contribute to Apache Arrow itself or Arrow integrations in other projects, we'd be happy to have you involved: