I have a dataframe, that consists of two columns: name and date. Now I would like to add a new column - date 2 - and the values within these new columns should be the next business day taken from the date in the same row.
Is there a way to add the new column and directly say that it needs to take the value from column 2 and search the next business day for column 3?