How to add element to numpty array?

前端 未结 0 1316
半阙折子戏
半阙折子戏 2020-12-13 05:11

I have a numpy array A:

array([[45.,  0.,  0.],
       [ 0., 27.,  0.],
       [ 0.,  0., 18.]])

I want to add one more column with zeros. I

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