6)], dtype=object)
Is there any direct way in numpy to access the first value of each tuple?
i.e. 0 and 1.
You can use `array1[:,0]`
Обсуждают сегодня