AttributeError: ‘numpy.ndarray’ object has no attribute ‘append’ March 6, 2023 by Tarik Use numpy.concatenate(list1 , list2) or numpy.append() Look into the thread at Append a NumPy array to a NumPy array.