[Solved] AttributeError: ‘numpy.ndarray’ object has no attribute ‘append’
If you use the regular Python list append() method to add an element to the end of NumPy array, you will encounter AttributeError: ‘numpy.ndarray’ object has no attribute ‘append’. In this…