标签: pandas csv dataframe
enter image description here
在上图中,brand_id1列下的某些元素出现乱码(字符串字符)如何避免这种情况?我正在使用以下命令
df_res1.to_csv('../ output / da_service.csv',encoding ='utf-8',quoting = True,quotechar ='“')。
我需要utf-8格式的csv。请帮助