df['Value'] = df.apply(lambda row: my_test(row[a], row[c]), axis=1). 我收到错误消息: NameError: ("global name 'a' is not defined", ...
確定! 回上一頁