I see multiple questions, but cannot find the exact answer.
I have a column of timedelta
values
Example of a value
Timedelta('46 days 15:40:17.248459959')
How to convert it to the float 46.65297741
?
Please give a tip, or navigate to a write solution in a previous answer.