赞
踩
具体错误如下:'utf-8' codec can't decode byte 0xb1 in position 0: invalid start byte
解决方法:
df = pd.read_csv(u'C:\\对应数据.txt',encoding='gbk')
问题解决