[SciPy-User] Seasonal adjustment in scipy/python?

Alan G Isaac aisaac at american.edu
Thu Jan 14 15:10:32 EST 2010


On 1/14/2010 2:44 PM, totalbull at mac.com wrote:
> I am looking to seasonally adjust some data series in Python -

>>> help(np.diff)
Help on function diff in module numpy.lib.function_base:

diff(a, n=1, axis=-1)
     Calculate the nth order discrete difference along given axis.

hth,
Alan Isaac



More information about the SciPy-User mailing list