xarray.Dataset.apply

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

Backward compatible implementation of map

See also

Dataset.map()