pandas.core.window.Expanding.sum

Calculate expanding sum of given DataFrame or Series.

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

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

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler