On Wed, Jun 16, 2010 at 12:15, Vishal Rana <ranavis...@gmail.com> wrote:
> Hi,
> I have a list of np arrays from which I create a np record array, but they
> all of of different length!
> How can I trim them all in place (for example I want to get last 10 elements
> of each)?

x = x[-10:]

-- 
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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to