xarray.Dataset.apply

Dataset.apply(self, func: Callable, keep_attrs: bool = None, args: Iterable[Any] = (), **kwargs: Any) → 'Dataset'

Backward compatible implementation of map

See also

Dataset.map()