You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG/TST: Include sem & count in all_numeric_reductions (#49759)
* CLN: Fixture reduction
* BUG/TST: Include sem & count in all_numeric_reductions
* Add xfails
* Make more generic, and fix whatsnew
* Fix commment typo
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.0.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -652,7 +652,7 @@ Numeric
652
652
^^^^^^^
653
653
- Bug in :meth:`DataFrame.add` cannot apply ufunc when inputs contain mixed DataFrame type and Series type (:issue:`39853`)
654
654
- Bug in DataFrame reduction methods (e.g. :meth:`DataFrame.sum`) with object dtype, ``axis=1`` and ``numeric_only=False`` would not be coerced to float (:issue:`49551`)
655
-
-
655
+
- Bug in :meth:`DataFrame.sem` and :meth:`Series.sem` where an erroneous ``TypeError`` would always raise when using data backed by an :class:`ArrowDtype` (:issue:`49759`)
0 commit comments