[Pandas-dev] update

John Melendowski johnmelendowski at gmail.com
Sat Jan 8 22:21:38 EST 2022


This looks like my proposal which didn't seem to gain interest https://github.com/pandas-dev/pandas/issues/40740

Get Outlook for Android<https://aka.ms/ghei36>

________________________________
From: Pandas-dev <pandas-dev-bounces+johnmelendowski=gmail.com at python.org> on behalf of Rulo Ramiro <ramincho10 at gmail.com>
Sent: Saturday, January 1, 2022 7:51:50 AM
To: pandas-dev at python.org <pandas-dev at python.org>
Subject: [Pandas-dev] update

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/20220109/49d21510/attachment.html>


More information about the Pandas-dev mailing list