使用pandas对数据提取时报错,AttributeError: Can only use .str accessor with string values!
frompandasimportDataFramefrompandasimportread_exceldf=read_excel(r'i_nuc.xls',sheet_name='Sheet4')df.head()运行结果如下图df.电话.head().str.strip()结果出现报错AttributeError:Canonlyuse.straccessorwithstringvalues!这句