swat.cas.table.CASTable.any

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

Return whether any elements in the column are True

Parameters:
axis : int, optional

Not supported.

bool_only : bool, optional

Not supported.

skipna : bool, optional

Should missing values be included? If not, and the entire column is missing, the result will also be a missing.

level : int, 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).