On this page
pandas.tseries.offsets.Micro.apply_index
- Micro.apply_index()
-
Vectorized apply of DateOffset to DatetimeIndex.
Deprecated since version 1.1.0: Use
offset + dtindex
instead.- Parameters
-
- index:DatetimeIndex
- Returns
-
- DatetimeIndex
- Raises
-
- NotImplementedError
-
When the specific offset subclass does not have a vectorized implementation.
© 2008–2022, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/1.5.0/reference/api/pandas.tseries.offsets.Micro.apply_index.html