pandas.DatetimeIndex.to_perioddelta

DatetimeIndex.to_perioddelta(freq) [source]

Calculate 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

© 2008–2012, 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/0.23.4/generated/pandas.DatetimeIndex.to_perioddelta.html