I have variables with values:
A = 1.05
B = 1.07
C = 1.09
D = 1.2
E = 1.25
F = 1.27
and the DataFrame -> column 'suf'.
I need to create new column, for example df['suf_values'] and insert the corresponding values from the variables -> screenshot:
I will be grateful for the help