WindowΒΆ

All supported window APIs

Rolling window functions

Rolling.max([numeric_only, engine, ...])

Compute the rolling max.

Rolling.mean([numeric_only, engine, ...])

Compute the rolling mean.

Rolling.min([numeric_only, engine, ...])

Compute the rolling min.

Rolling.std([ddof, numeric_only, engine, ...])

Compute the rolling std.

Rolling.sum([numeric_only, engine, ...])

Compute the rolling sum.

Rolling.var([ddof, numeric_only, engine, ...])

Compute the rolling var.