【发布时间】:2021-07-26 00:58:38
【问题描述】:
如何使用 python 将列表中的数据框名称更改为字符串?
list = [a,b,c,d]
# each element in the list is a dataframe
# I wanna change this list into
["a","b","c","d"]
【问题讨论】:
-
这能回答你的问题吗? Getting the name of a variable as a string
标签: python string list dataframe