swat.cas.table.CASTable.var

CASTable.var(self, axis=None, skipna=None, level=None, ddof=1, numeric_only=True, casout=None)

Return the variance of the values of each column

Parameters
axisint, optional

Not implemented.

skipnaboolean, optional

Not implemented.

levelint, optional

Not implemented.

ddofint, optional

Not implemented.

numeric_onlyboolean, optional

Include only numeric columns.

casoutbool or string or dict or CASTable, optional

Indicates the CAS output table to use for output.
Note: This is only use if by groups are used.

Returns
pandas.Series

If no By groups are specified.

pandas.DataFrame

If By groups are specified.