We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35eca3 commit cab77e3Copy full SHA for cab77e3
pandas/core/generic.py
@@ -6411,7 +6411,7 @@ def convert_dtypes(
6411
By default, ``convert_dtypes`` will attempt to convert a Series (or each
6412
Series in a DataFrame) to dtypes that support ``pd.NA``. By using the options
6413
``convert_string``, ``convert_integer``, ``convert_boolean`` and
6414
- ``convert_boolean``, it is possible to turn off individual conversions
+ ``convert_floating``, it is possible to turn off individual conversions
6415
to ``StringDtype``, the integer extension types, ``BooleanDtype``
6416
or floating extension types, respectively.
6417
0 commit comments