Difference between x[:] and x[…] in Numpy

后端 未结 0 947
误落风尘
误落风尘 2020-12-20 09:55

I am confused about the difference between x[:] and x[...] in Numpy.

For example, I have this 2-d array

[[4, 1, 9],
[5, 2, 0]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题