-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: query modifies the frame when you compare with =
#8664
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
@TomAugspurger |
it looks like |
Hi @jorisvandenbossche , I'm here now on Github! I last communicated with you about this bug on Stackoverflow http://stackoverflow.com/questions/28714469/bug-in-pandas-query-method/ about the bug wherein the query() method would modify the data in a column if the query statement used an '=' symbol. I'd be keen to contribute to fixing this bug, however, if I do work on it, I can't guarantee to a strict timeline and may not have a lot of time to commit to it especially since at work I have moved on to a slightly different assignment where I am not doing much data analysis and thus not using pandas anymore (for now at least). I also have a fair amount of other projects outside of work that I have already undertaken. But I would say that I enjoy using python and am quite familar with it, so if solving this bug is within my reach, I definitely like to contribute to this ! |
May I know what are the steps I need to take to be able to start assisting with this debug? Like do I have to clone the entire development repo and then create a branch or something? What's the flow like at the moment? |
see docs here
|
@jreback Thank you for pointing me to the docs and for describing the flow. I'll set to work on this, and if I have any issues, I'll raise them up to you guys. |
closed by #11149 |
…ace operator The relevant issues added are : BUG: query with invalid dtypes should fallback to python engine pandas-dev#10486 BUG: query modifies the frame when you compare with `=` pandas-dev#8664
I messed up and used
=
instead of==
in aquery
.That raises a ValueError. But
df
was modified.versions:
Can't look right now.
The text was updated successfully, but these errors were encountered: