You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/03/06 21:43:00 UTC

[jira] [Created] (ARROW-2281) [Python] Expose MakeArray to construct arrays from buffers

Uwe L. Korn created ARROW-2281:
----------------------------------

             Summary: [Python] Expose MakeArray to construct arrays from buffers
                 Key: ARROW-2281
                 URL: https://issues.apache.org/jira/browse/ARROW-2281
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Python
            Reporter: Uwe L. Korn
            Assignee: Uwe L. Korn
             Fix For: 0.10.0


To create new arrays from existing buffers in Python, we would need to call into the C++ {{MakeArray}} method. This would then construct the Array and we would only wrap it in Python to have construction support for all Array types.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)