Is there an equivalent of rolling_apply
in pandas that applies function to the cumulative values of a series rather than the rolling values? I realize cumsum
, cumprod
, cummax
, and cummin
exist, but I'd like to apply a custom function.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…