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


error

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

code fragment

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

how fix this?


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -

jquery - jqGrid update specific column data with out refreshing the entire column? -