Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
898759d
BUG: DataFrame reductions with object dtype and axis=1
rhshadrach Nov 10, 2022
cd696ae
Use intp
rhshadrach Nov 12, 2022
1e330fa
Merge branch 'main' of https://github.com/pandas-dev/pandas into obje…
rhshadrach Nov 12, 2022
993c4bb
Merge branch 'main' of https://github.com/pandas-dev/pandas into obje…
rhshadrach Nov 21, 2022
20b1c9c
Merge branch 'main' of https://github.com/pandas-dev/pandas into obje…
rhshadrach Nov 23, 2022
9de5b27
Merge cleanup
rhshadrach Nov 23, 2022
ceee136
Merge branch 'main' of https://github.com/pandas-dev/pandas into obje…
rhshadrach Dec 2, 2022
a373775
Update fixture name
rhshadrach Dec 2, 2022
b4def23
Merge branch 'main' of https://github.com/pandas-dev/pandas into obje…
rhshadrach Dec 2, 2022
10568da
WIP
rhshadrach Dec 6, 2022
b3e29ba
Merge branch 'main' of https://github.com/pandas-dev/pandas into obje…
rhshadrach Dec 10, 2022
d0307d9
Fixups
rhshadrach Dec 10, 2022
e4a47cc
BUG: DataFrame reductions with object dtype and axis=1
rhshadrach Nov 10, 2022
18d3163
Merge branch 'object_reduction_axis_1_attempt_2' of https://github.co…
rhshadrach Dec 13, 2022
1b58cb0
Merge branch 'main' of https://github.com/pandas-dev/pandas into obje…
rhshadrach Dec 13, 2022
4ec9237
fixups
rhshadrach Dec 14, 2022
aeea9b7
int64
rhshadrach Dec 15, 2022
5495f0c
type-ignore; int64 fix
rhshadrach Dec 15, 2022
85a66b6
fixup
rhshadrach Dec 15, 2022
b6a96c2
Change behavior to float for certain reductions
rhshadrach Dec 19, 2022
1708588
Merge branch 'main' of https://github.com/pandas-dev/pandas into obje…
rhshadrach Dec 19, 2022
3dbff78
Merge branch 'object_reduction_axis_1_attempt_2' of https://github.co…
rhshadrach Dec 19, 2022
70fc879
Cleanup
rhshadrach Dec 19, 2022
fa4f006
Merge branch 'main' of https://github.com/pandas-dev/pandas into obje…
rhshadrach Dec 20, 2022
6d936e9
Merge branch 'main' into object_reduction_axis_1_attempt_2
rhshadrach Dec 20, 2022
501cc69
cleanup
rhshadrach Dec 20, 2022
609d789
Merge branch 'main' of https://github.com/pandas-dev/pandas into obje…
rhshadrach Dec 20, 2022
7f7fa56
cleanup
rhshadrach Dec 20, 2022
0b61010
Merge branch 'object_reduction_axis_1_attempt_2' of https://github.co…
rhshadrach Dec 20, 2022
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' of https://github.com/pandas-dev/pandas into obje…
…ct_reduction_axis_1_attempt_2 � Conflicts: �	doc/source/whatsnew/v2.0.0.rst
  • Loading branch information
rhshadrach committed Dec 2, 2022
commit ceee136c5fa6aeffce5f255676ae5ebda03d86f5
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v2.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ Numeric
^^^^^^^
- Bug in :meth:`DataFrame.add` cannot apply ufunc when inputs contain mixed DataFrame type and Series type (:issue:`39853`)
- Bug in DataFrame reduction methods (e.g. :meth:`DataFrame.sum`) with object dtype, ``axis=1`` and ``numeric_only=False`` would have results unnecessarily coerced to float; coercion still occurs for reductions that necessarily result in floats (``mean``, ``var``, ``std``, ``skew``) (:issue:`49603`)
-
- 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`)

Conversion
^^^^^^^^^^
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.