[SciPy-user] Granulate array

didier rano didier.rano at gmail.com
Fri Mar 21 13:10:27 EDT 2008


Hi,

I am new with numpy and scipy. But I have a problem to find a good way to
compute my array.
I have a array with 2 rows. Example
[[5, 8, 9, 10], [1, 2, 3, 5,6]]

And I need to manage the number of records without touch the "behaviour" of
my array. Example:
Reduce my to 2 columns =>
[[5, 10],[1,6]]

Who knows which sort of algorithms I need to make it ?

Regards

-- 
Didier Rano
didier.rano at gmail.com
http://www.jaxtr.com/didierrano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20080321/0f53f3e4/attachment.html>


More information about the SciPy-User mailing list