importing a csv file as a Numeric array

Rahul rpnabar at gmail.com
Tue Mar 25 05:46:57 EDT 2008


What's  a good way of importing a csv text file of floats into a
Numeric array? I tried the csv module and it seems to work well so
long as I've ints. Does anyone have any suggestions / snippets that
work to import a csv file of floats into a Numeric array?

-Rahul



More information about the Python-list mailing list