‘utf-8‘ codec can‘t decode byte 0xc8 in position 0: invalid continuation byte

解决方法:
data =pd.read_csv(r’xxx.csv’,encoding = ‘gb2312’)