_ZHANG_GNAHZ_的博客当执行fit_transform,报错‘list’ object has no attribute 'lower' 我将进行切词后的原数据进行保存,再重新读入就变成了一维数组,内部是字符串的样子 data.to_csv('Data_cut.csv',header=1,index=0) data=pd...
I'mAlex的博客成功解决Python报错:AttributeError: ‘float‘ object has no attribute ‘xxx‘。`AttributeError: 'float' object has no attribute 'xxx'` 错误发生的常见原因包括:1. **属性不存在**:尝试访问浮点数类型对象...
杨鑫newlfe的博客报错信息: /home/hdfs/anaconda2/lib/python2.7/site-packages/openpyxl/worksheet/worksheet.py:303: UserWarning: Using a coordinate with ws.cell is deprecated. Use ws[coordinate] instead warn("Using a ...