Trying to use df.columns to get list of headers in Pandas Dataframe

后端 未结 0 907
隐瞒了意图╮
隐瞒了意图╮ 2020-12-04 10:28

I made a pandas dataframe, but when I call df.columns I get RangeIndex(start=0, stop=17, step=1). What is happening? I just want to get a list of my headers

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