We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example:
pi = pandas.period_range('2012/09/10', periods=10, freq='D') s = pandas.TimeSeries(data=range(len(pi)), index=pi) dt = pandas.Timestamp('2012/09/13') s[dt] 3 s.asof(dt) TypeError: Cannot compare Timestamp with 25-May-2012
pi = pandas.period_range('2012/09/10', periods=10, freq='D') s = pandas.TimeSeries(data=range(len(pi)), index=pi) dt = pandas.Timestamp('2012/09/13') s[dt] 3
pi = pandas.period_range('2012/09/10', periods=10, freq='D') s = pandas.TimeSeries(data=range(len(pi)), index=pi) dt = pandas.Timestamp('2012/09/13')
s[dt] 3
s.asof(dt) TypeError: Cannot compare Timestamp with 25-May-2012
The text was updated successfully, but these errors were encountered:
I'll see that this is fixed in time for 0.9
Sorry, something went wrong.
BUG: asof failure with PeriodIndex #1883
24e8fc0
All set
No branches or pull requests
For example:
The text was updated successfully, but these errors were encountered: