Hi I am trying to understand why this code will not work. for example this works
df.apply(lambda x: x[\'ema_10\'] + x[\'ema_100\'], axis=1)
but t