Skip to content

Commit e9e6f0a

Browse files
jqmviegasroberthdevries
authored andcommitted
DOC: Fixed reference to convert_dtypes in to_numeric (pandas-dev#32295) (pandas-dev#32333)
1 parent 2d98649 commit e9e6f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/tools/numeric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def to_numeric(arg, errors="raise", downcast=None):
7070
to_datetime : Convert argument to datetime.
7171
to_timedelta : Convert argument to timedelta.
7272
numpy.ndarray.astype : Cast a numpy array to a specified type.
73-
convert_dtypes : Convert dtypes.
73+
DataFrame.convert_dtypes : Convert dtypes.
7474
7575
Examples
7676
--------

0 commit comments

Comments
 (0)