swat.cas.table.CASTable.mode

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

Return the mode of each column

Parameters
axisint, optional

Not implemented.

numeric_onlyboolean, optional

Include only numeric columns.

max_tieint, 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.