We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84a39d commit 8b26aecCopy full SHA for 8b26aec
doc/source/whatsnew/v1.2.0.rst
@@ -247,7 +247,7 @@ Numeric
247
^^^^^^^
248
- Bug in :func:`to_numeric` where float precision was incorrect (:issue:`31364`)
249
- Bug in :meth:`DataFrame.any` with ``axis=1`` and ``bool_only=True`` ignoring the ``bool_only`` keyword (:issue:`32432`)
250
-- Bug in :meth: `Series.equals` where a ``ValueError`` was raised when iterables were compared to non-iterables (:issue:`35267`)
+- Bug in :meth:`Series.equals` where a ``ValueError`` was raised when numpy arrays were compared to scalars (:issue:`35267`)
251
-
252
253
Conversion
0 commit comments