Change Series inplace in DataFrame after applying function on it April 11, 2024 by Tarik Use loc: wanted_data.loc[:, 'age'] = wanted_data.age.apply(lambda x: x + 1)