copy() # 第1 個用法 def BMI_1(r): return round(r['Weight'] / (r['Height'] ** 2), ndigits=2) df_eg1['BMI_apply1'] = df_eg1.apply(BMI_1, axis ...
確定! 回上一頁