如何将csv文件中的数据写入python并转换成矩阵以文件形式输出?
指定encoding为utf-8
df.to_csv('/Users/aimei0212/Desktop/ll.csv',encoding='utf-8')