View onto a numpy array?
I have a 2D numpy array. Is there a way to create a view onto it that would include the first k rows and all columns?
I have a 2D numpy array. Is there a way to create a view onto it that would include the first k rows and all columns?