当读取中文报上面错误时,在读取时加入一个二进制就好了 f = open('xinxuqiu.csv', 'rb')data = pd.read_csv(f)print(data) 转载于:https://www.cnblogs.com/aixiao07/p/10916773.html