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
DataFrame reductions with axis=1 can be expensive when there is more than 1 backing array. _reduce_axis1 improves on that for any/all. We should be able to do the same thing for sum, prod, min, and max, though it'll take more effort.
Might be a good fourth issue, not first.
The text was updated successfully, but these errors were encountered:
DataFrame reductions with axis=1 can be expensive when there is more than 1 backing array. _reduce_axis1 improves on that for any/all. We should be able to do the same thing for sum, prod, min, and max, though it'll take more effort.
Might be a good fourth issue, not first.
The text was updated successfully, but these errors were encountered: