83 heures 26 min en minutes
df['Duration']= df['Duration'].str.replace("h", '*60').str.replace(' ','+').str.replace('m','*1').apply(eval)
Lazy long python
df['Duration']= df['Duration'].str.replace("h", '*60').str.replace(' ','+').str.replace('m','*1').apply(eval)