-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DataFrame.index.asof() bug #8245
New issue
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
Comments
Thanks for the bug report. Try to make sure your examples are copy-pasteable (the assumed import for pandas is |
The problems here in
But
|
@jreback am I correct in thinking that we intentionally return true for partial matches like If so, @ifmihai would you want to submit a pull request for a section in the documentation explaining that you should pass |
@TomAugspurger yes that's right. I think that might be a perf shortcut (e.g. its already their). Maybe need to just wrap them |
OK. I'll do a fix. |
An example is best:
df.index.asof() appears to know how to handle datetime strings, but it cant
The text was updated successfully, but these errors were encountered: