bach.SeriesAbstractNumeric.var
var
(partition=None, skipna=True, ddof=None, **kwargs)Get the sample variance of the input values (square of the sample standard deviation) Normalized by N-1 by default.
Parameters
partition
(Union[GroupBy, DataFrame]) – The partition or window to applyskipna
(bool) – Exclude NA/NULL valuesddof
(int) – Delta degrees of freedom. he divisor used in calculations is N - ddof, where N represents the number of elements