We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
http://stackoverflow.com/questions/19938734/is-there-a-simple-way-to-reference-the-current-object-after-applying-a-chain-of
df.where("A>0",1) df.loc["A>0"]
so could process the condition via an 'eval' type of operation