Skip to content

Commit b928023

Browse files
update
1 parent 3dd142b commit b928023

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/core/generic.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6354,6 +6354,9 @@ def astype(
63546354
a numpy.dtype or Python type to cast one or more of the DataFrame's
63556355
columns to column-specific types.
63566356
copy : bool, default False
6357+
This keyword is now ignored; changing its value will have no
6358+
impact on the method.
6359+
63576360
.. deprecated:: 3.0.0
63586361
63596362
This keyword is ignored and will be removed in pandas 4.0. Since

0 commit comments

Comments
 (0)