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
Thanks for the report. This is a duplicate of #18799, which initiated the decision to deprecate is_copy altogether (although there is still some discussion about that), see the linked issues in that issue.
Code Sample, a copy-pastable example if possible
https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.is_copy.html#pandas.DataFrame.is_copy
Problem description
It isn't clear what this property tells -- there's no documentation. When does it become true, and when does it become false?
Expected Output
Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: