Assign a list of values to a numpy array
Suppose there is a 2-dimensional numpy array of shape (10000, 100) and size 1000000. There is also a 1-dimensional list of length 1000000. What would be the fastest way to assign all the values in ...