data = pd.read_csv('C:\python\stdf网站data\data\2004'+str(i)+'.csv',index_col=0)
收起
前面加个防转义 r‘路径’ 试试
报告相同问题?