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
I figure that when calling pyarrow.Array.to_pandas, there's an effort to maintain the zero-copy conversion by making the underlying numpy data not writeable.
Describe the enhancement requested
I figure that when calling
pyarrow.Array.to_pandas
, there's an effort to maintain the zero-copy conversion by making the underlying numpy data not writeable.It would be nice if there was an option to allow the underlying data writeable like the
writable
option into_numpy
Component(s)
Python
The text was updated successfully, but these errors were encountered: