[SciPy-user] end_date doesn't work in time series

Tim Michelsen timmichelsen at gmx-topmail.de
Fri Dec 28 10:34:06 EST 2007


Hello!

According to the descriptions in the wiki 
(http://www.scipy.org/SciPyPackages/TimeSeries#head-352d5481446b38e165dff3993e39f49c0e902a91-2) 
one should be able to define a time series by giving start /and/ end date.

like:
mydata_ts_hourly = TS.time_series(mydata, start_date=D_hr_start, 
end_date=None)

But defining a time series this way doesn't work:
TypeError: time_series() got an unexpected keyword argument 'end_date'

How can I get this work?
Is it a bug and where shall I report this?

Kind regards,
Timmie




More information about the SciPy-User mailing list