-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: allow lex string comparisons #6158
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
Conversation
df = DataFrame({'X': a, 'Y': b}) | ||
|
||
ops = '<', '>', '<=', '>=' | ||
op_dict = {'<': opr.lt, '>': opr. gt, '<=': opr.le, '>=': opr.ge} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't realize a space between the dot was valid Python. TIL
gr8! |
BUG: allow lex string comparisons
thanks! |
np trying to do more ... got the single element bool coming ur way in 5...4...3... |
do you know how the new github inteface shows if travis has passed? |
i was getting a yellow box for a while while it was running |
but u merged before i had a change to see the green here (was green by email) |
oh...mine not updating...I actually looked on travis FYI...I think travis runs each one under your id AND pydata.....this doesn't turn green until the pydata one does |
hm ok good 2 know thx |
closes #6155