We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd142b commit b928023Copy full SHA for b928023
pandas/core/generic.py
@@ -6354,6 +6354,9 @@ def astype(
6354
a numpy.dtype or Python type to cast one or more of the DataFrame's
6355
columns to column-specific types.
6356
copy : bool, default False
6357
+ This keyword is now ignored; changing its value will have no
6358
+ impact on the method.
6359
+
6360
.. deprecated:: 3.0.0
6361
6362
This keyword is ignored and will be removed in pandas 4.0. Since
0 commit comments