python中将已有数据列表导出到excel

python中将已有数据列表导出到excel import pandas as pd df.to_excel('C:\\abc.xls') 其中,df为已有的数据列表,C:\abc.xls为生成的文件路径及文件名。
相关文章
相关标签/搜索