Answers for "83hrs 26 min into minutes"

0

83hrs 26 min into minutes

df['Duration']=  df['Duration'].str.replace("h", '*60').str.replace(' ','+').str.replace('m','*1').apply(eval)
Posted by: Guest on August-11-2020

Code answers related to "83hrs 26 min into minutes"

Python Answers by Framework

Browse Popular Code Answers by Language