swat.cas.table.CASTable.count¶
-
CASTable.
count
(self, axis=0, level=None, numeric_only=False)¶ Return total number of non-missing values in each column
- Parameters
- axisint, optional
Not impelmented.
- levelint or level name, optional
Not implemented.
- numeric_onlyboolean, optional
Include only numeric columns.
- Returns
- pandas.Series
If no By groups are specified.
- pandas.DataFrame
If By groups are specified.
See also