swat.cas.table.CASTable.count

CASTable.count(axis=0, level=None, numeric_only=False)

Return total number of non-missing values in each column

Parameters:
axis : int, optional

Not impelmented.

level : int or level name, optional

Not implemented.

numeric_only : boolean, optional

Include only numeric columns.

Returns:
pandas.Series

If no By groups are specified.

pandas.DataFrame

If By groups are specified.