MCPcopy Index your code
hub / github.com/pydata/xarray / where

Method where

xarray/core/variable.py:1711–1712  ·  view source on GitHub ↗
(self, cond, other=dtypes.NA)

Source from the content-addressed store, hash-verified

1709 return ops.fillna(self, value)
1710
1711 def where(self, cond, other=dtypes.NA):
1712 return ops.where_method(self, cond, other)
1713
1714 def clip(self, min=None, max=None):
1715 """

Callers 1

_getitem_with_maskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected