uwacan._core.DataArrayWrap.apply#

DataArrayWrap.apply(func, *args, **kwargs)[source]#

Apply some function to the contained data.

This calls the supplied function with the xarray.DataArray in this object, then wraps the output in a similar container again.