Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.core.window.Rolling.sum

Rolling.sum(*args, **kwargs)[source]

rolling sum

Parameters:

how : string, default None

Deprecated since version 0.18.0: Method for down- or re-sampling

Returns:

same type as input

Scroll To Top