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.DataArrayin this object, then wraps the output in a similar container again.