Re: Looking for suggestions on improving numpy code
David Lees wrote: > I am starting to use numpy and have written a hack for reading in a > large data set that has 8 columns and millions of rows. I want to read > and process a single column. I have written the very ugly hack below, > but am sure there is a more efficient and pythonic way to d
Re: Looking for suggestions on improving numpy code
On Feb 22, 11:37 pm, David Lees <[EMAIL PROTECTED]> wrote: > I want to read > and process a single column. Then why won't a list suffice? -- http://mail.python.org/mailman/listinfo/python-list