pandas.tseries.offsets.Nano.apply_index

Nano.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