My data frame has two columns - start_date
and duration
.
How can I use date_add
function to create a derived column end_date?
My data frame has two columns - start_date
and duration
.
How can I use date_add
function to create a derived column end_date?