Newbie - converting csv files to arrays in NumPy

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Tue Jan 9 15:36:18 EST 2007


In <1168373279.943232.228160 at o58g2000hsb.googlegroups.com>, oyekomova
wrote:

> I would like to know how to convert a csv file with a header row into a
> floating point array without the header row.

Take a look at the `csv` module in the standard library.

Ciao,
	Marc 'BlackJack' Rintsch




More information about the Python-list mailing list