df['Month'] = pd.to_datetime(df['Month'], format='%m').dt.month_name().str.slice(stop=3) df Month client 0 Feb sss 1 Dec yyy 2 Jun www