Hello!
I have a data frame wherein one column has the start and end times of specific sessions. Each row in that column has an input like this:
"2020-12-21 09:00:00 -0600/2020-12-21 09:30:00 -0600"
Is there a function that can convert the values of the column into a duration? Like "0.5 hours" for the example above instead of all of that extra information.