swat.cas.table.CASTable.mean¶
-
CASTable.
mean
(self, axis=None, skipna=True, level=None, numeric_only=False, casout=None, **kwargs)¶ Return the mean value of each column
- Parameters
- axisint, optional
Not implemented.
- skipnaboolean, optional
Not implemented.
- levelint or string, 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.
See also