Skip to content
Prev 276674 / 398506 Next

Reading a specific column of a csv file in a loop

have you considered reading in the data and then creating objects for each column and then saving (save) each to disk.  That way you incur the expense of the read once and now have quick access (?load) to the column as you need them.

You could also use a database for this.
On Nov 8, 2011, at 5:04, Sergio Ren? Araujo Enciso <araujo.enciso at gmail.com> wrote: