[Pandas-dev] update

Rulo Ramiro ramincho10 at gmail.com
Sat Jan 1 07:51:50 EST 2022


New idea for the coming update.
df.loc[(SELF['column_1']==x)&(SELF['column_2']==y)]
Instead of
df.loc[(df['column_1']==x)&(df['column_2']==y)]

I hope you take it into consideration.
Best Regards
Ramiro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pandas-dev/attachments/20220101/efa3b0c4/attachment.html>


More information about the Pandas-dev mailing list