[Numpy-discussion] Help to process a large data file
frank wang
f.yw at hotmail.com
Wed Oct 1 21:27:27 EDT 2008
Hi,
I have a large data file which contains 2 columns of data. The two columns only have zero and one. Now I want to cound how many one in between if both columns are one. For example, if my data is:
1 0
0 0
1 1
0 0
0 1 x
0 1 x
0 0
0 1 x
1 1
0 0
0 1 x
0 1 x
1 1
Then my count will be 3 and 2 (the numbers with x).
Are there an efficient way to do this? My data file is pretty big.
Thanks
Frank
_________________________________________________________________
See how Windows connects the people, information, and fun that are part of your life.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093175mrt/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20081001/f0a919dc/attachment.html>
More information about the NumPy-Discussion
mailing list