xarray.DataArray.pint.interpolate_na

DataArray.pint.interpolate_na(dim=None, method='linear', limit=None, use_coordinate=True, max_gap=None, keep_attrs=None, **kwargs)

unit-aware version of interpolate_na

Like xarray.DataArray.interpolate_na() but without stripping the units on data or coordinates.

Note

max_gap is not supported, yet, and will be passed through to DataArray.interpolate_na unmodified.