We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece5d46 commit 3660bc1Copy full SHA for 3660bc1
pandas/core/generic.py
@@ -2952,7 +2952,8 @@ def copy(self, deep=True):
2952
Parameters
2953
----------
2954
deep : boolean or string, default True
2955
- Make a deep copy, i.e. also copy data.
+ Make a deep copy, including a copy of the data and the indices.
2956
+ With ``deep=False`` neither the indices or the data are copied.
2957
2958
Note that when ``deep=True`` data is copied unless ``dtype=object``,
2959
in which case only the reference to the object is copied. This is
0 commit comments