Python Pandas berlaku untuk satu kolom
df['a'] = df['a'].apply(lambda x: x + 1)
Pleasant Panda
df['a'] = df['a'].apply(lambda x: x + 1)