Skip to content

Commit 2186e5b

Browse files
committed
Update docstring
1 parent 2e26467 commit 2186e5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/tools/numeric.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ def to_numeric(
8888
the dtype it is to be cast to, so if none of the dtypes
8989
checked satisfy that specification, no downcasting will be
9090
performed on the data.
91-
dtype_backend : {"numpy_nullable", "pyarrow"}, defaults to NumPy backed DataFrames
92-
Which dtype_backend to use, e.g. whether a DataFrame should have NumPy
93-
arrays, nullable dtypes are used for all dtypes that have a nullable
91+
dtype_backend : {"numpy_nullable", "pyarrow"}, default "numpy_nullable"
92+
Which dtype_backend to use, e.g. whether a DataFrame should have nullable
93+
dtypes that are used for all dtypes that have a nullable
9494
implementation when "numpy_nullable" is set, pyarrow is used for all
9595
dtypes if "pyarrow" is set.
9696

0 commit comments

Comments
 (0)