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

Ryan Neve ryan.neve at gmail.com
Tue Aug 26 14:23:46 EDT 2008


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 values of x converted into an array of integers
representing the number of minutes in the timedelta.

I've tried a few things, and spent hours searching for examples, but to no
avail.

Once I get the x array as integers, I can use griddata()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080826/243b61a8/attachment.html>


More information about the NumPy-Discussion mailing list