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 073710f commit bd9f060Copy full SHA for bd9f060
pandas/core/tools/numeric.py
@@ -55,7 +55,8 @@ def to_numeric(
55
"""
56
Convert argument to a numeric type.
57
58
- The default return dtype is `float64` or `int64`
+ If the input is already of a numeric dtype, the dtype will be preserved.
59
+ For non-numeric inputs, the default return dtype is `float64` or `int64`
60
depending on the data supplied. Use the `downcast` parameter
61
to obtain other dtypes.
62
0 commit comments