Commits


Krisztián Szűcs authored and Antoine Pitrou committed 52d0fe618d0
ARROW-9429: [Python] ChunkedArray.to_numpy While it technically is still using pandas during the conversion it exposes the to_numpy() method. Also refactored the chunked array construction to support more flexible input, see the test case. Closes #7868 from kszucs/ARROW-9429 Lead-authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>