How to add a calculated column in a Pandas dataframe? code example Example: pandas create a calculated column df['A_perc'] = df['A']/df['sum']