We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
convert_dtypes
to_numeric
1 parent 48abf99 commit 7d9c200Copy full SHA for 7d9c200
pandas/core/tools/numeric.py
@@ -70,7 +70,7 @@ def to_numeric(arg, errors="raise", downcast=None):
70
to_datetime : Convert argument to datetime.
71
to_timedelta : Convert argument to timedelta.
72
numpy.ndarray.astype : Cast a numpy array to a specified type.
73
- convert_dtypes : Convert dtypes.
+ DataFrame.convert_dtypes : Convert dtypes.
74
75
Examples
76
--------
0 commit comments