python报错:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 0

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/helloworld0906/article/details/102632975

加上encoding='gb18030

order=pd.read_csv('F:/data/4/meal_order_info.csv',encoding='gb18030')

猜你喜欢

转载自blog.csdn.net/helloworld0906/article/details/102632975