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 would also mean that we need to have a Python representation of ArrayData
Reporter: Uwe Korn / @xhochy
Assignee: Antoine Pitrou / @pitrou
PRs and other links:
Note: This issue was originally created as ARROW-2281. Please see the migration documentation for further details.
To create new arrays from existing buffers in Python, we would need to call into the C++
MakeArraymethod. This would then construct the Array and we would only wrap it in Python to have construction support for all Array types.This would also mean that we need to have a Python representation of
ArrayDataReporter: Uwe Korn / @xhochy
Assignee: Antoine Pitrou / @pitrou
PRs and other links:
Note: This issue was originally created as ARROW-2281. Please see the migration documentation for further details.