Re: [Numpy-discussion] converting array of timedelta to array of integers.

2008-08-26 Thread Keith Goodman
On Tue, Aug 26, 2008 at 11:47 AM, Keith Goodman <[EMAIL PROTECTED]> wrote: > On Tue, Aug 26, 2008 at 11:23 AM, Ryan Neve <[EMAIL PROTECTED]> wrote: >> Apologies in advance if this is an obvious answer, but I'm new to most of >> this. >> >> My overall goal is to produce a contour plot of some irregu

Re: [Numpy-discussion] converting array of timedelta to array of integers.

2008-08-26 Thread Keith Goodman
On Tue, Aug 26, 2008 at 11:23 AM, Ryan Neve <[EMAIL PROTECTED]> wrote: > Apologies in advance if this is an obvious answer, but I'm new to most of > this. > > My overall goal is to produce a contour plot of some irregular time series > data. > > I've imported the data from mySQL into three arrays x

[Numpy-discussion] converting array of timedelta to array of integers.

2008-08-26 Thread Ryan Neve
Apologies in advance if this is an obvious answer, but I'm new to most of this. My overall goal is to produce a contour plot of some irregular time series data. I've imported the data from mySQL into three arrays x,y,and z where x is an array of datetime.timedelta objects. I need an array of the