标签: python pandas dataframe
我有一个200个熊猫数据框的列表。
我知道我可以做到:
df1, df2, df3, ..., df200 = [list of 200 dataframes]
是否可以为每个数据框优雅地分配不同的变量名?