I have a dataframe where I am trying to add a predefined integer value to a datetime.
id start date term
ab 13-09-2017 6
What I would like to do is add the integer term 6
as years to the datetime.
Any advice would be appreciated.
Many thanks