pandas.core.window.Window.sum

Calculate window sum of given DataFrame or Series.

*args, **kwargs For compatibility with other window methods. Has no effect on the computed value. :return: Series or DataFrame

Same type as the input, with the same index, containing the window sum.

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler