pandas.tseries.offsets.DateOffset.rollback#
- DateOffset.rollback(dt)#
Roll provided date backward to next offset only if not on offset.
- Parameters:
- dtdatetime or Timestamp
Timestamp to rollback.
- Returns:
- TimeStamp
Rolled timestamp if not on offset, otherwise unchanged timestamp.