Skip to content

Commit 494aaad

Browse files
committed
remove internal attribute from doc
1 parent af5ff18 commit 494aaad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/tools/numeric.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ def to_numeric(
5858
If the input is already of a numeric dtype, the dtype will be preserved.
5959
For non-numeric inputs, the default return dtype is `float64` or `int64`
6060
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`.
61+
to obtain other dtypes.
6362
6463
Please note that precision loss may occur if really large numbers
6564
are passed in. Due to the internal limitations of `ndarray`, if

0 commit comments

Comments
 (0)