Commits


Dane Pitkin authored and GitHub committed 32437a5aebd
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>