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