I have a column in a pandas dataframe
that is created after subtracting two times. I now have a timedelta
object like this -1 days +02:45:00
. I just need to remove the -1 days and want it to be 02:45:00
. Is there a way to do this?
↧
Remove the days in the timedelta object
↧