I am confused about the difference between x[:] and x[...] in Numpy.
x[:]
x[...]
For example, I have this 2-d array
[[4, 1, 9], [5, 2, 0]