[SciPy-User] scikits.timeseries: select with date condition

Pierre GM pgmdevlist at gmail.com
Wed Apr 21 16:07:02 EDT 2010


On Apr 21, 2010, at 2:05 PM, Andreas Hilboll wrote:
> Hi there,
> 
> I'd like to do something like this:
> 
>   condition = (mySeries.dates.quarter == 1)
>   mySeries[condition]
> 
> However, this is the error I get:


Looks like a problem w/ printing, not necessarily related to scikits.timeseries. 
Please tell us the version numbers of Numpy and scikits.timeseries, as well as a short self-contained example...


More information about the SciPy-User mailing list