Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: query modifies the frame when you compare with `=` #8664
Comments
jreback
added the
Bug
label
Oct 28, 2014
onesandzeroes
referenced
this issue
Nov 16, 2014
Closed
BUG: query modifies the frame when you compare with `=` #8828
jreback
added the
API Design
label
Nov 16, 2014
|
@TomAugspurger |
|
it looks like |
jorisvandenbossche
added this to the
0.17.0
milestone
Feb 25, 2015
kohaugustine
commented
Mar 6, 2015
|
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 ! |
kohaugustine
commented
Mar 6, 2015
|
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
|
kohaugustine
commented
Mar 6, 2015
|
@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. |
jreback
modified the milestone: 0.17.1, Next Major Release
Oct 11, 2015
jreback
modified the milestone: Next Major Release, 0.17.1
Nov 13, 2015
jreback
modified the milestone: 0.18.0, Next Major Release
Dec 9, 2015
|
closed by #11149 |
jreback
closed this
Jan 4, 2016
tsstchoi
added a commit
to tsstchoi/pandas
that referenced
this issue
Feb 26, 2016
|
|
tsstchoi |
414e30f
|
TomAugspurger commentedOct 28, 2014
I messed up and used
=instead of==in aquery.That raises a ValueError. But
dfwas modified.versions:
Can't look right now.