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
All aggregations when called directly on a Series should return a scalar, the bitwise_(and/or/xor) aggregations currently do not and incorrectly return a Series:
All aggregations when called directly on a
Series
should return a scalar, thebitwise_(and/or/xor)
aggregations currently do not and incorrectly return aSeries
:The text was updated successfully, but these errors were encountered: