You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the style of NumPy's __array__, we should be able to ask inputs to pa.array, pa.Table.from_X, ... whether they can convert themselves to Arrow objects. This would allow for example to turn objects that hold an Arrow object internally to expose them directly instead of going a conversion path.
My current use case involves Pandas ExtensionArray instances that internally have Arrow objects and should be reused when we pass the whole DataFrame to pa.Table.from_pandas.
In the style of NumPy's
__array__
, we should be able to ask inputs topa.array
,pa.Table.from_X
, ... whether they can convert themselves to Arrow objects. This would allow for example to turn objects that hold an Arrow object internally to expose them directly instead of going a conversion path.My current use case involves Pandas
ExtensionArray
instances that internally have Arrow objects and should be reused when we pass the wholeDataFrame
topa.Table.from_pandas
.Reporter: Uwe Korn / @xhochy
Assignee: Joris Van den Bossche / @jorisvandenbossche
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-3829. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: