Uwe Korn created ARROW-9429: ------------------------------- Summary: [Python] ChunkedArray.to_numpy Key: ARROW-9429 URL: https://issues.apache.org/jira/browse/ARROW-9429 Project: Apache Arrow Issue Type: New Feature Reporter: Uwe Korn Fix For: 2.0.0
Currently one needs to construct a {{pandas.Series}} and call {{values}} to get a numpy array as a result of {{ChunkedArray}}. We should provide a simpler {{to_numpy}} function that doesn't construct the {{pandas.Series}} overhead. -- This message was sent by Atlassian Jira (v8.3.4#803005)