标签: python-2.7 jupyter-notebook export-to-csv
我需要制作一个带有参数名称的csv文件
a3 = 'File1.csv' data.to_excel({0}).format(a3)
AttributeError:“设置”对象没有属性“写”