I have some data loaded as a np.ndarray and need to convert it to a np.array.
Is there an easy/quick way of doing this without having to re-load the data in a different way?
All the information I can find in tutorials seems to refer to one type of array or the other, but not how to change data from one to the other.