Skip to content

Commit cb57fa6

Browse files
wiljreback
authored andcommitted
Update "See Also" section of pandas/core/generic.py (#21550)
1 parent 5fbb683 commit cb57fa6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pandas/core/generic.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -5175,8 +5175,7 @@ def convert_objects(self, convert_dates=True, convert_numeric=False,
51755175
--------
51765176
pandas.to_datetime : Convert argument to datetime.
51775177
pandas.to_timedelta : Convert argument to timedelta.
5178-
pandas.to_numeric : Return a fixed frequency timedelta index,
5179-
with day as the default.
5178+
pandas.to_numeric : Convert argument to numeric type.
51805179
51815180
Returns
51825181
-------
@@ -5210,7 +5209,7 @@ def infer_objects(self):
52105209
--------
52115210
pandas.to_datetime : Convert argument to datetime.
52125211
pandas.to_timedelta : Convert argument to timedelta.
5213-
pandas.to_numeric : Convert argument to numeric typeR
5212+
pandas.to_numeric : Convert argument to numeric type.
52145213
52155214
Returns
52165215
-------

0 commit comments

Comments
 (0)