I want to access right side of the 2D array. I would liek to turn the second column into a 1D array 4883,4967,4968... . I tried doing list_[len(list_),1]
4883,4967,4968...
list_[len(list_),1]