pandas apply calculation to column code example Example: python pandas apply function to one column df['a'] = df['a'].apply(lambda x: x + 1)