The Compute duration step allows to compute the duration (in days, hours, minutes or seconds) between 2 dates in a new column.
New column name(string*): the new column to be created for the computation result
New column name
Start date column column(string)*: the starting date
Start date column
End date column column(string)*: the ending date
End date column
Duration in (integer)*: the duration units (days, hours, minutes or seconds)
Duration in
Input
Configuration
Output
Last updated 2 months ago
Was this helpful?
{ "new_column_name": "compute_duration", "start_date_col": "start_date", "end_date_col": "end_date", "duration_in": "days", }