You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe Korn (Jira)" <ji...@apache.org> on 2020/07/13 12:06:00 UTC

[jira] [Created] (ARROW-9429) [Python] ChunkedArray.to_numpy

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)