What does the ndarray object np.array(1) mean?

前端 未结 0 1690
清酒与你
清酒与你 2020-12-20 15:10

Consider the following code snippet to create a ndarray:

>>> a = np.array([1,2])
>>> a
array([1, 2])

Next, consider the fol

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