[Matplotlib-users] Dates interpretation on csv2rec

2012-06-29 Thread Sergi Pons Freixes
Dear all, I have a CSV file with the first column with timestamps: 0:00:00 01/01/2007, 0.000, 10, 0.000, 10, 0.000, 10: 00:00:00 02/01/2007, 0.000, 10, 0.000, 10, 0.000, 10 00:00:00 03/01/2007, 0.000, 10, 0.000, 10, 0.000, 10

Re: [Matplotlib-users] Dates interpretation on csv2rec

2012-06-29 Thread Andreas Hilboll
> Dear all, > > I have a CSV file with the first column with timestamps: > > 0:00:00 01/01/2007, 0.000, 10, 0.000, 10, > 0.000, 10: > 00:00:00 02/01/2007, 0.000, 10, 0.000, 10, > 0.000, 10 > 00:00:00 03/01/2007, 0.000, 10, 0.000, 1

Re: [Matplotlib-users] Dates interpretation on csv2rec

2012-06-29 Thread Sergi Pons Freixes
On Fri, Jun 29, 2012 at 12:02 PM, Andreas Hilboll wrote: > > You could use numpy.genfromtxt together with its `converters` parameter: > > converters : variable, optional > The set of functions that convert the data of a column to a value. > The converters can also be used to pr