'numpy.int64' object has no attribute 'pop'

时间:2015-04-23 05:36:53

标签: python dataframe

error

'numpy.int64' object has no attribute 'pop'

code fragment

for index, row in dataframe_output.iterrows():
    print(index)
    molecule = index.pop()

how to fix this?

0 个答案:

没有答案