Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DataFrame.index.asof() bug #8245
Comments
TomAugspurger
added the
Bug
label
Sep 11, 2014
TomAugspurger
added this to the
0.15.0
milestone
Sep 11, 2014
|
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
removed the
Bug
label
Sep 11, 2014
|
@TomAugspurger yes that's right. I think that might be a perf shortcut (e.g. its already their). Maybe need to just wrap them |
jreback
added Bug Timeseries
labels
Sep 11, 2014
|
OK. I'll do a fix. |
ifmihai commentedSep 11, 2014
An example is best:
df.index.asof() appears to know how to handle datetime strings, but it cant