swat.cas.table.CASTable.max

CASTable.max(axis=None, skipna=True, level=None, numeric_only=False, casout=None, **kwargs)

Return the maximum value of each column

Parameters:
axis : int, optional

Not implemented.

skipna : boolean, optional

Exclude missing values from the computation.

level : int or string, optional

Not implemented.

numeric_only : boolean, optional

Include only numeric columns.

casout : bool 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.