Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.tseries.offsets.Minute.apply_index

Minute.apply_index

Vectorized apply of DateOffset to DatetimeIndex, raises NotImplentedError for offsets without a vectorized implementation.

Parameters:
i : DatetimeIndex
Returns:
y : DatetimeIndex
Scroll To Top