[Numpy-discussion] Trimming the np arrays

Robert Kern robert.kern at gmail.com
Wed Jun 16 13:39:33 EDT 2010


On Wed, Jun 16, 2010 at 12:30, Vishal Rana <ranavishal at gmail.com> wrote:
> Robert,
> Do I have to repeat it for each element in the list or is there a way I can
> iterate the list and do it?

new_list = [x[-10:] for x in old_list]

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list