How to remove a column in a numpy array?

后端 未结 3 2090
南方客
南方客 2021-02-19 15:47

Imagine we have a 5x4 matrix. We need to remove only the first dimension. How can we do it with numpy?

array([[  0.,   1.,   2.,   3.],
              


        
3条回答
提交回复
热议问题