Commits


Alenka Frim authored and GitHub committed dada4e1aad6
GH-40659: [Python][C++] Support conversion of pyarrow.RunEndEncodedArray to numpy/pandas (#40661) ### Rationale for this change We want to enable the conversion of Run-End Encoded arrays to numpy and pandas. ### What changes are included in this PR? In case of RunEndEncodedArray we first decode the array and then convert the decoded array to numpy or pandas. ### Are these changes tested? Yes, in Python. ### Are there any user-facing changes? No. * GitHub Issue: #40659 Lead-authored-by: AlenkaF <frim.alenka@gmail.com> Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>