use of dataframe columns in pandas

前端 未结 0 1242
一向
一向 2020-12-14 17:23

I am using df.columns to fetch the header of the dataframe and storing into a list.

A=list(df.columns)

but each element of the list are in st

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