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
Since PythonCall.PyPandasDataFrame is compatible with Table.jl and Julia DataFrame's constructor does not copy a table by default, how to explain the above behaviour? Is there any way to avoid data copying?
The text was updated successfully, but these errors were encountered:
Indeed accessing columns of a PyPandasDataFrame is currently a copying operation. That whole functionality isn't very well developed so far - but contributions are welcome.
In Python 3.9:
Since
PythonCall.PyPandasDataFrame
is compatible with Table.jl and Julia DataFrame's constructor does not copy a table by default, how to explain the above behaviour? Is there any way to avoid data copying?The text was updated successfully, but these errors were encountered: