Convert string to already existing variable (pandas)

前端 未结 0 1101
春和景丽
春和景丽 2021-01-28 19:32

If I have a dataframe df and want to access the unique values of ID, I can do something like this.

UniqueFactor = df.ID.unique()

But how can I co

相关标签:
回答
  • 消灭零回复
提交回复
热议问题