Closed
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)