淘先锋技术网

首页 1 2 3 4 5 6 7

如何将csv文件中的数据写入python并转换成矩阵以文件形式输出?

指定encoding为utf-8

df.to_csv('/Users/aimei0212/Desktop/ll.csv',encoding='utf-8')