-
- Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
API DesignEnhancementPeriodPeriod data typePeriod data typeTimedeltaTimedelta data typeTimedelta data type
Milestone
Description
Code Sample, a copy-pastable example if possible
Split from #13071. Currently it returns int and loses freq info.
pd.Period('2011-03', freq='M') - pd.Period('2011-01', freq='M') #2 Expected Output
Current ideas are:
- Return
Timedeltaadding support ofMonthlyfreq. - Return
Perioddeltanewly created. - Return
DateOffset.
output of pd.show_versions()
on current master.
CC: @jreback @MaximilianR
Metadata
Metadata
Assignees
Labels
API DesignEnhancementPeriodPeriod data typePeriod data typeTimedeltaTimedelta data typeTimedelta data type