Let's say, I have two columns of a pandas dataframe. I need to change the estimations of the first column without influencing the subsequent one and get back the entire dataframe with simply first column values to be changed. How might I do that utilizing apply in pandas?