xdas.any#
- xdas.any(da, dim=None, **kwargs)[source]#
Test whether any element along a given dimension evaluates to True.
- Parameters:
- Returns:
True if any element along the specified dimension evaluates to True, False otherwise. If dim is None, a single boolean value is returned; if dim is specified, the result has the same shape as the input data.
- Return type: