pastas.timeseries_utils.pandas_equidistant_nearest#
- pastas.timeseries_utils.pandas_equidistant_nearest(series: pandas.Series, freq: str, tolerance: str | None = None) pandas.Series#
Create equidistant time series using pandas.reindex with method=’nearest’.
Note: this method will shift observations in time and can introduce duplicate observations.