xarray.Dataset.pint.reindex_like

Dataset.pint.reindex_like(other, method=None, tolerance=None, copy=True, fill_value=<NA>)

unit-aware version of reindex_like

Like xarray.Dataset.reindex_like(), except the object’s indexes are converted to the units of the indexers first.

Note

tolerance and fill_value are not supported, yet. They will be passed through to Dataset.reindex_like unmodified.