Re: [Tutor] Getting daily averages with pandas

2013-10-13 Thread Emile van Sebille
Hi Boris, Read up on the trig functions in the math module. http://docs.python.org/2/library/math.html#trigonometric-functions Emile On 10/11/2013 6:18 PM, Boris Vladimir Comi wrote: Boris Vladimir Comi escrito: I found a way to create daily averages of many variables, for example of a da

[Tutor] Getting daily averages with pandas

2013-10-11 Thread Boris Vladimir Comi
Boris Vladimir Comi escrito: I found a way to create daily averages of many variables, for example of a database that has the following structure: Fecha,Time, DirViento, MagViento, Temperatura, Humedad, PreciAcu. Each column is daily data every 15 minutes. I share the code, which, with the