标签: pandas
在将Object转换为float时遇到上述错误
telecom['TotalCharges'] = telecom['TotalCharges'].convert_objects(convert_numeric=True)