I have a column in my data frame of values formatted as datet time
: 2017-09-11 08:00:00
and so forth.
I want to find the earliest date with the earliest time of that date as well as the last (most recent) date with the last time.
I am basically trying to find the range of this column to determine the difference in time.
Thanks!