我正在处理中文字符excel。在我使用以下命令读取excel之后 data = pd.read_excel(file, encoding = 'utf-8') ,我可以正常打印文件(我可以读取字符)。 但是,当我想要通过一个值来筛选行时,我得到了以下错误: Index = data[data[cols[0]] == "企业下属店铺销售记录"]] UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as b