ori_data.loc[:, ["收益"]] = (ori_data .loc[:, ["收益"]] .replace(r"%","", regex=True) .apply(pd.to_numeric, errors="coerce") .div(100) )