Table Of Contents

Search

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

pandas.Series.to_period

Series.to_period(freq=None, copy=True)[source]

Convert Series from DatetimeIndex to PeriodIndex with desired frequency (inferred from index if not passed)

Parameters:
freq : string, default
Returns:
ts : Series with PeriodIndex
Scroll To Top