How to copy headers from pandas dataframe to a series?

前端 未结 0 1828
猫巷女王i
猫巷女王i 2021-01-05 10:57

I\'m looking to iterate over the rows of a dataframe while still being able to reference the headers for each value

for index in range(len(df)):
    # ex [app         


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