When I try to convert a string to time it doesn't work with the following code and I can't understand why could someone help me please ?
pd.to_datetime(movie_df['duration'], format='%M min')
I get this error :
ValueError: time data '93 min' does not match format '%M min' (match)