I have two series in my dataframe to calculate next payment date, one is start date, the other is payment frequency.
How to get the next payment date in python?
For example, the start date is 2021/12/21, and the payment frequency is 6 months, I want to get the next payment date of 2022/6/21.