xarray.DataArray.pint.reindex
- DataArray.pint.reindex(indexers=None, method=None, tolerance=None, copy=True, fill_value=<NA>, **indexers_kwargs)
unit-aware version of reindex
Like
xarray.DataArray.reindex()
, except the object’s indexes are converted to the units of the indexers first.Note
tolerance
andfill_value
are not supported, yet. They will be passed through toDataArray.reindex
unmodified.