在Python中访问数组元素

时间:2019-02-04 23:20:34

标签: arrays python-3.x indexing

在Python中运行以下行时(vT是浮点数组):

y = np.nonzero(vT <标志)

我得到y为:

(array([[1939,1940,1941,...,9997,9998,9999],dtype = int64),)

问题:如何从此结果访问第一个元素(即1939年)?

0 个答案:

没有答案