How can I arrange list_ into groups of numbers using the numpy.where() or the numpy.select(). I want to break the data into groups of 3 an
list_
numpy.where()
numpy.select()