If you want to add days, months, or other time intervals to a pandas Timestamp, use pandas.DateOffset.
pandas.DateOffset
You can also increase the timestamp by n business days using BDay.
BDay
Link to pandas DateOffset.
Link to previous tips on methods to change values in pandas.