swat.cas.table.CASTable.any

CASTable.any(self, axis=None, bool_only=None, skipna=True, level=None, **kwargs)

Return True for each column with at least one true element

Parameters
axisint, optional

Not supported.

bool_onlybool, optional

Not supported.

skipnabool, optional

When set to True, skips missing values. When False and the entire column is missing, the result will also be a missing.

levelint, optional

Not supported.

Returns
Series

When no by groups are specified

CASTable

When by groups are specified

Notes

Since CAS can not distiguish between a missing charater value and a blank value, all blanks are interpreted as False values (not missing).