标签: python
我需要在for循环中在python中动态分配数据框名称。 我尝试了以下方法,但效果很好:
for i in range(1,5): df{}.format(i)=....
因此,基本上每次迭代中的数据框名称都需要为df1,df2,df3,df4,df5