Re: [Numpy-discussion] Data standardizing

2011-04-14 Thread Pierre GM
On Apr 12, 2011, at 8:48 PM, Climate Research wrote: > Hi > I am purely new to python and numpy.. I am using python for doing > statistical calculations to Climate data.. Check the scikits.timeseries and scikits.hydroclimpy as well, they have routines for that very purpose. _

Re: [Numpy-discussion] Data standardizing

2011-04-13 Thread Wes McKinney
On Wed, Apr 13, 2011 at 9:50 AM, Jonathan Rocher wrote: > Hi, > > I assume you have this data in a txt file, correct? You can load up all of > it in a numpy array using > import numpy as np > data = np.loadtxt("climat_file.txt", skiprows = 1) > > Then you can compute the mean you want by taking it

Re: [Numpy-discussion] Data standardizing

2011-04-13 Thread Jonathan Rocher
Hi, I assume you have this data in a txt file, correct? You can load up all of it in a numpy array using import numpy as np data = np.loadtxt("climat_file.txt", skiprows = 1) Then you can compute the mean you want by taking it on a slice of the data array. For example, if you want to compute the

[Numpy-discussion] Data standardizing

2011-04-12 Thread Climate Research
Hi I am purely new to python and numpy.. I am using python for doing statistical calculations to Climate data.. I have a data set in the following format.. Year Jan feb MarApr. Dec 1900 10001001 ,, , 1901 101110