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 af5ff18 commit 494aaadCopy full SHA for 494aaad
pandas/core/tools/numeric.py
@@ -58,8 +58,7 @@ def to_numeric(
58
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. Numeric dtypes include all dtypes that have
62
- the `_is_numeric` attribute set to `True`.
+ to obtain other dtypes.
63
64
Please note that precision loss may occur if really large numbers
65
are passed in. Due to the internal limitations of `ndarray`, if
0 commit comments