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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -