REF: consolidate object dtype handling for any/all #42175
Labels
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Dtype Conversions
Unexpected or buggy dtype conversions
Refactor
Internal refactoring of code
From #42085 (comment), for groupby any/all we have bool coercing logic in
pandas/pandas/core/groupby/groupby.py
Lines 1521 to 1526 in 6ca8757
Would be nice to share this with handling in
pandas/pandas/core/nanops.py
Lines 534 to 539 in 6ca8757
though complicated by shape requirement differences and the complicated nature of
_get_values
The text was updated successfully, but these errors were encountered: