We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e26467 commit 2186e5bCopy full SHA for 2186e5b
pandas/core/tools/numeric.py
@@ -88,9 +88,9 @@ def to_numeric(
88
the dtype it is to be cast to, so if none of the dtypes
89
checked satisfy that specification, no downcasting will be
90
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
+ dtype_backend : {"numpy_nullable", "pyarrow"}, default "numpy_nullable"
+ Which dtype_backend to use, e.g. whether a DataFrame should have nullable
+ dtypes that are used for all dtypes that have a nullable
94
implementation when "numpy_nullable" is set, pyarrow is used for all
95
dtypes if "pyarrow" is set.
96
0 commit comments