-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
API DesignEnhancementNumeric OperationsArithmetic, Comparison, and Logical operationsArithmetic, Comparison, and Logical operations
Description
for:
min,max,sum,var,std,kurt,median,mad,prod,skew
The big reason to do this is a performance hit when you happen to have an object column. and you don't realize it.
_reduce
in Frame already supports this (and Series will ignore it), so should be trvial to implement
alternatively could just pass **kwds
thru (I think we had an issue about this earlier)
Metadata
Metadata
Assignees
Labels
API DesignEnhancementNumeric OperationsArithmetic, Comparison, and Logical operationsArithmetic, Comparison, and Logical operations