De Novo
0
Q:

converting 4hr 20min to minutes

df['Duration']=  df['Duration'].str.replace("h", '*60').str.replace(' ','+').str.replace('m','*1').apply(eval)
0

New to Communities?

Join the community