Posts by Jose Pedro Guirao • 11 points
1 post
-
-2
votes2
answers243
viewsQ: Transform [hh:mm] into float (ex: 01:30 ==> 1.5) in python
I have a data list in [hh:mm] format and I want to convert it to float. ex: hours 01:00 01:35 00:45 00:20 I would like to transform these varoles in 1.0, 1.5833, 0.75, 0.3333 to achieve 3.67 as an…
pythonasked Jose Pedro Guirao 11