swat.cas.table.CASTable.mode

CASTable.mode(axis=0, numeric_only=False, max_tie=100, skipna=True)

Return the mode of each column

Parameters:
axis : int, optional

Not implemented.

numeric_only : boolean, optional

Include only numeric columns.

max_tie : int, optional

The maximum number of tied values to return.

Returns:
pandas.Series

If no By groups are specified.

pandas.Dataframe

If By groups are specified.