I am a new python afficionado. For R users, there is one function : paste that helps to concatenate two or more variables in a dataframe. It\'s very useful. For example Suppose
Let's try things with apply.
df.apply( lambda x: str( x.loc[ desired_col ] ) + "pasting?" , axis = 1 )
you will recevied things similar like paste