Loading [Contrib]/a11y/accessibility-menu.js
pandas.DatetimeIndex.to_perioddelta
-
DatetimeIndex.
to_perioddelta
(freq)[source]
Calcuates TimedeltaIndex of difference between index
values and index converted to PeriodIndex at specified
freq. Used for vectorized offsets
Parameters: | freq : Period frequency |
Returns: | y : TimedeltaIndex |
Scroll To Top