xarray.Dataset.pint.reindex
- Dataset.pint.reindex(indexers=None, method=None, tolerance=None, copy=True, fill_value=<NA>, **indexers_kwargs)
unit-aware version of reindex
Like
xarray.Dataset.reindex(), 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 toDataset.reindexunmodified.