标签: 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?